|
Audio codecsFLAC addonal_init_flac_addon
This function to registers al_load_sample_flac with al_load_sample to handle files with the extension ".flac". You will need to include the Return true on success. al_load_sample_flac
Loads a sample in FLAC format. See also: al_load_sample al_get_allegro_flac_version
Returns the (compiled) version of the addon, in the same format as al_get_allegro_version. Ogg Vorbis addonal_init_ogg_vorbis_addon
This function to registers al_load_sample_ogg_vorbis with al_load_sample and al_load_audio_stream_ogg_vorbis with al_load_audio_stream to handle files with the extension ".ogg" (assumed to contain Vorbis data). You will need to include the Return true on success. al_load_sample_ogg_vorbis
Loads a sample in Ogg Vorbis format. See also: al_load_sample al_load_audio_stream_ogg_vorbis
Loads a stream in Ogg Vorbis format. See also: al_load_audio_stream al_get_allegro_ogg_vorbis_version
Returns the (compiled) version of the addon, in the same format as al_get_allegro_version. |
Last updated: 2009-09-13 09:23:35 UTC