|
|
Audio codecsal_init_flac_addonThis 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_flacLoads a sample in FLAC format. See also: al_load_sample al_init_ogg_vorbis_addonThis function to registers al_load_sample_ogg_vorbis with al_load_sample and al_load_stream_ogg_vorbis with al_stream_from_file 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_vorbisLoads a sample in Ogg Vorbis format. See also: al_load_sample al_load_stream_ogg_vorbisLoads a stream in Ogg Vorbis format. See also: al_stream_from_file |
Last updated: 2009-08-09 08:22:30 UTC