Re: [AD] enum moved to internal header |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: "Coordination of admins/developers of the game programming library Allegro" <alleg-developers@xxxxxxxxxx>
- Subject: Re: [AD] enum moved to internal header
- From: "Trent Gamblin" <trent@xxxxxxxxxx>
- Date: Thu, 6 May 2010 21:00:39 -0600 (MDT)
On Thu, May 6, 2010 6:55 am, Peter Wang said:
> I think this is the way to go.
>
> #define ALLEGRO_AUDIO_OPENAL
> void al_set_audio_flags(int flags);
>
> In the future, someone could add something analogous to
> al_set_new_display_option:
>
> void al_set_audio_option(int option, int value, int importance)
>
> Might be useful for suggesting sample rates, bit depths or number of
> channels?
I think that's a decent solution.
Trent :{)>