derelict.allegro5.audio

Undocumented in source.

Members

Aliases

ALLEGRO_AUDIO_DEPTH
alias ALLEGRO_AUDIO_DEPTH = int
Undocumented in source.
ALLEGRO_CHANNEL_CONF
alias ALLEGRO_CHANNEL_CONF = int
Undocumented in source.
ALLEGRO_MIXER_QUALITY
alias ALLEGRO_MIXER_QUALITY = int
Undocumented in source.
ALLEGRO_PLAYMODE
alias ALLEGRO_PLAYMODE = int
Undocumented in source.
PostProcessCallback
alias PostProcessCallback = void function(void*, uint, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SampleLoader
alias SampleLoader = ALLEGRO_SAMPLE* function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SampleLoaderF
alias SampleLoaderF = ALLEGRO_SAMPLE* function(ALLEGRO_FILE*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SampleSaver
alias SampleSaver = bool function(const(char)*, ALLEGRO_SAMPLE*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SampleSaverF
alias SampleSaverF = bool function(ALLEGRO_FILE*, ALLEGRO_SAMPLE*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
StreamLoader
alias StreamLoader = ALLEGRO_AUDIO_STREAM* function(const(char)*, size_t, uint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
StreamLoaderF
alias StreamLoaderF = ALLEGRO_AUDIO_STREAM* function(ALLEGRO_FILE*, size_t, uint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_attach_audio_stream_to_mixer
alias da_al_attach_audio_stream_to_mixer = bool function(ALLEGRO_AUDIO_STREAM*, ALLEGRO_MIXER*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_attach_audio_stream_to_voice
alias da_al_attach_audio_stream_to_voice = bool function(ALLEGRO_AUDIO_STREAM*, ALLEGRO_VOICE*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_attach_mixer_to_mixer
alias da_al_attach_mixer_to_mixer = bool function(ALLEGRO_MIXER*, ALLEGRO_MIXER*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_attach_mixer_to_voice
alias da_al_attach_mixer_to_voice = bool function(ALLEGRO_MIXER*, ALLEGRO_VOICE*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_attach_sample_instance_to_mixer
alias da_al_attach_sample_instance_to_mixer = bool function(ALLEGRO_SAMPLE_INSTANCE*, ALLEGRO_MIXER*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_attach_sample_instance_to_voice
alias da_al_attach_sample_instance_to_voice = bool function(ALLEGRO_SAMPLE_INSTANCE*, ALLEGRO_VOICE*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_create_audio_stream
alias da_al_create_audio_stream = ALLEGRO_AUDIO_STREAM* function(size_t, uint, uint, ALLEGRO_AUDIO_DEPTH, ALLEGRO_CHANNEL_CONF)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_create_mixer
alias da_al_create_mixer = ALLEGRO_MIXER* function(uint, ALLEGRO_AUDIO_DEPTH, ALLEGRO_CHANNEL_CONF)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_create_sample
alias da_al_create_sample = ALLEGRO_SAMPLE* function(void*, uint, uint, ALLEGRO_AUDIO_DEPTH, ALLEGRO_CHANNEL_CONF, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_create_sample_instance
alias da_al_create_sample_instance = ALLEGRO_SAMPLE_INSTANCE* function(ALLEGRO_SAMPLE*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_create_voice
alias da_al_create_voice = ALLEGRO_VOICE* function(uint, ALLEGRO_AUDIO_DEPTH, ALLEGRO_CHANNEL_CONF)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_destroy_audio_stream
alias da_al_destroy_audio_stream = void function(ALLEGRO_AUDIO_STREAM*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_destroy_mixer
alias da_al_destroy_mixer = void function(ALLEGRO_MIXER*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_destroy_sample
alias da_al_destroy_sample = void function(ALLEGRO_SAMPLE*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_destroy_sample_instance
alias da_al_destroy_sample_instance = void function(ALLEGRO_SAMPLE_INSTANCE*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_destroy_voice
alias da_al_destroy_voice = void function(ALLEGRO_VOICE*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_detach_audio_stream
alias da_al_detach_audio_stream = bool function(ALLEGRO_AUDIO_STREAM*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_detach_mixer
alias da_al_detach_mixer = bool function(ALLEGRO_MIXER*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_detach_sample_instance
alias da_al_detach_sample_instance = bool function(ALLEGRO_SAMPLE_INSTANCE*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_detach_voice
alias da_al_detach_voice = void function(ALLEGRO_VOICE*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_drain_audio_stream
alias da_al_drain_audio_stream = void function(ALLEGRO_AUDIO_STREAM*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_allegro_audio_version
alias da_al_get_allegro_audio_version = uint function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_audio_depth_size
alias da_al_get_audio_depth_size = size_t function(ALLEGRO_AUDIO_DEPTH)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_audio_stream_attached
alias da_al_get_audio_stream_attached = bool function(const(ALLEGRO_AUDIO_STREAM)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_audio_stream_channels
alias da_al_get_audio_stream_channels = ALLEGRO_CHANNEL_CONF function(const(ALLEGRO_AUDIO_STREAM)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_audio_stream_depth
alias da_al_get_audio_stream_depth = ALLEGRO_AUDIO_DEPTH function(const(ALLEGRO_AUDIO_STREAM)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_audio_stream_event_source
alias da_al_get_audio_stream_event_source = ALLEGRO_EVENT_SOURCE* function(ALLEGRO_AUDIO_STREAM*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_audio_stream_fragment
alias da_al_get_audio_stream_fragment = void* function(const(ALLEGRO_AUDIO_STREAM)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_audio_stream_fragments
alias da_al_get_audio_stream_fragments = uint function(const(ALLEGRO_AUDIO_STREAM)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_audio_stream_frequency
alias da_al_get_audio_stream_frequency = uint function(const(ALLEGRO_AUDIO_STREAM)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_audio_stream_gain
alias da_al_get_audio_stream_gain = float function(const(ALLEGRO_AUDIO_STREAM)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_audio_stream_length
alias da_al_get_audio_stream_length = uint function(const(ALLEGRO_AUDIO_STREAM)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_audio_stream_length_secs
alias da_al_get_audio_stream_length_secs = double function(ALLEGRO_AUDIO_STREAM*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_audio_stream_pan
alias da_al_get_audio_stream_pan = float function(const(ALLEGRO_AUDIO_STREAM)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_audio_stream_played_samples
alias da_al_get_audio_stream_played_samples = long function(const(ALLEGRO_AUDIO_STREAM)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_audio_stream_playing
alias da_al_get_audio_stream_playing = bool function(const(ALLEGRO_AUDIO_STREAM)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_audio_stream_playmode
alias da_al_get_audio_stream_playmode = ALLEGRO_PLAYMODE function(const(ALLEGRO_AUDIO_STREAM)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_audio_stream_position_secs
alias da_al_get_audio_stream_position_secs = double function(ALLEGRO_AUDIO_STREAM*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_audio_stream_speed
alias da_al_get_audio_stream_speed = float function(const(ALLEGRO_AUDIO_STREAM)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_available_audio_stream_fragments
alias da_al_get_available_audio_stream_fragments = uint function(const(ALLEGRO_AUDIO_STREAM)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_channel_count
alias da_al_get_channel_count = size_t function(ALLEGRO_CHANNEL_CONF)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_default_mixer
alias da_al_get_default_mixer = ALLEGRO_MIXER* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_default_voice
alias da_al_get_default_voice = ALLEGRO_VOICE* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_mixer_attached
alias da_al_get_mixer_attached = bool function(const(ALLEGRO_MIXER)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_mixer_channels
alias da_al_get_mixer_channels = ALLEGRO_CHANNEL_CONF function(const(ALLEGRO_MIXER)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_mixer_depth
alias da_al_get_mixer_depth = ALLEGRO_AUDIO_DEPTH function(const(ALLEGRO_MIXER)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_mixer_frequency
alias da_al_get_mixer_frequency = uint function(const(ALLEGRO_MIXER)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_mixer_gain
alias da_al_get_mixer_gain = float function(const(ALLEGRO_MIXER)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_mixer_playing
alias da_al_get_mixer_playing = bool function(const(ALLEGRO_MIXER)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_mixer_quality
alias da_al_get_mixer_quality = ALLEGRO_MIXER_QUALITY function(const(ALLEGRO_MIXER)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_sample
alias da_al_get_sample = ALLEGRO_SAMPLE* function(ALLEGRO_SAMPLE_INSTANCE*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_sample_channels
alias da_al_get_sample_channels = ALLEGRO_CHANNEL_CONF function(const(ALLEGRO_SAMPLE)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_sample_data
alias da_al_get_sample_data = void* function(const(ALLEGRO_SAMPLE)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_sample_depth
alias da_al_get_sample_depth = ALLEGRO_AUDIO_DEPTH function(const(ALLEGRO_SAMPLE)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_sample_frequency
alias da_al_get_sample_frequency = uint function(const(ALLEGRO_SAMPLE)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_sample_instance_attached
alias da_al_get_sample_instance_attached = bool function(const(ALLEGRO_SAMPLE_INSTANCE)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_sample_instance_channels
alias da_al_get_sample_instance_channels = ALLEGRO_CHANNEL_CONF function(const(ALLEGRO_SAMPLE_INSTANCE)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_sample_instance_depth
alias da_al_get_sample_instance_depth = ALLEGRO_AUDIO_DEPTH function(const(ALLEGRO_SAMPLE_INSTANCE)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_sample_instance_frequency
alias da_al_get_sample_instance_frequency = uint function(const(ALLEGRO_SAMPLE_INSTANCE)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_sample_instance_gain
alias da_al_get_sample_instance_gain = float function(const(ALLEGRO_SAMPLE_INSTANCE)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_sample_instance_length
alias da_al_get_sample_instance_length = uint function(const(ALLEGRO_SAMPLE_INSTANCE)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_sample_instance_pan
alias da_al_get_sample_instance_pan = float function(const(ALLEGRO_SAMPLE_INSTANCE)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_sample_instance_playing
alias da_al_get_sample_instance_playing = bool function(const(ALLEGRO_SAMPLE_INSTANCE)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_sample_instance_playmode
alias da_al_get_sample_instance_playmode = ALLEGRO_PLAYMODE function(const(ALLEGRO_SAMPLE_INSTANCE)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_sample_instance_position
alias da_al_get_sample_instance_position = uint function(const(ALLEGRO_SAMPLE_INSTANCE)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_sample_instance_speed
alias da_al_get_sample_instance_speed = float function(const(ALLEGRO_SAMPLE_INSTANCE)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_sample_instance_time
alias da_al_get_sample_instance_time = float function(const(ALLEGRO_SAMPLE_INSTANCE)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_sample_length
alias da_al_get_sample_length = uint function(const(ALLEGRO_SAMPLE)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_voice_channels
alias da_al_get_voice_channels = ALLEGRO_CHANNEL_CONF function(const(ALLEGRO_VOICE)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_voice_depth
alias da_al_get_voice_depth = ALLEGRO_AUDIO_DEPTH function(const(ALLEGRO_VOICE)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_voice_frequency
alias da_al_get_voice_frequency = uint function(const(ALLEGRO_VOICE)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_voice_playing
alias da_al_get_voice_playing = bool function(const(ALLEGRO_VOICE)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_voice_position
alias da_al_get_voice_position = uint function(const(ALLEGRO_VOICE)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_install_audio
alias da_al_install_audio = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_is_audio_installed
alias da_al_is_audio_installed = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_load_audio_stream
alias da_al_load_audio_stream = ALLEGRO_AUDIO_STREAM* function(const(char)*, size_t, uint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_load_audio_stream_f
alias da_al_load_audio_stream_f = ALLEGRO_AUDIO_STREAM* function(ALLEGRO_FILE*, const(char)*, size_t, uint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_load_sample
alias da_al_load_sample = ALLEGRO_SAMPLE* function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_load_sample_f
alias da_al_load_sample_f = ALLEGRO_SAMPLE* function(ALLEGRO_FILE*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_play_sample
alias da_al_play_sample = bool function(ALLEGRO_SAMPLE*, float, float, float, ALLEGRO_PLAYMODE, ALLEGRO_SAMPLE_ID*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_play_sample_instance
alias da_al_play_sample_instance = bool function(ALLEGRO_SAMPLE_INSTANCE*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_register_audio_stream_loader
alias da_al_register_audio_stream_loader = bool function(const(char)*, StreamLoader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_register_audio_stream_loader_f
alias da_al_register_audio_stream_loader_f = bool function(const(char)*, StreamLoaderF)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_register_sample_loader
alias da_al_register_sample_loader = bool function(const(char)*, SampleLoader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_register_sample_loader_f
alias da_al_register_sample_loader_f = bool function(const(char)*, SampleLoaderF)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_register_sample_saver
alias da_al_register_sample_saver = bool function(const(char)*, SampleSaver)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_register_sample_saver_f
alias da_al_register_sample_saver_f = bool function(const(char)*, SampleSaverF)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_reserve_samples
alias da_al_reserve_samples = bool function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_restore_default_mixer
alias da_al_restore_default_mixer = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_rewind_audio_stream
alias da_al_rewind_audio_stream = bool function(ALLEGRO_AUDIO_STREAM*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_save_sample
alias da_al_save_sample = bool function(const(char)*, ALLEGRO_SAMPLE*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_save_sample_f
alias da_al_save_sample_f = bool function(ALLEGRO_FILE*, const(char)*, ALLEGRO_SAMPLE*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_seek_audio_stream_secs
alias da_al_seek_audio_stream_secs = bool function(ALLEGRO_AUDIO_STREAM*, double)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_set_audio_stream_fragment
alias da_al_set_audio_stream_fragment = bool function(ALLEGRO_AUDIO_STREAM*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_set_audio_stream_gain
alias da_al_set_audio_stream_gain = bool function(ALLEGRO_AUDIO_STREAM*, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_set_audio_stream_loop_secs
alias da_al_set_audio_stream_loop_secs = bool function(ALLEGRO_AUDIO_STREAM*, double, double)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_set_audio_stream_pan
alias da_al_set_audio_stream_pan = bool function(ALLEGRO_AUDIO_STREAM*, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_set_audio_stream_playing
alias da_al_set_audio_stream_playing = bool function(ALLEGRO_AUDIO_STREAM*, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_set_audio_stream_playmode
alias da_al_set_audio_stream_playmode = bool function(ALLEGRO_AUDIO_STREAM*, ALLEGRO_PLAYMODE)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_set_audio_stream_speed
alias da_al_set_audio_stream_speed = bool function(ALLEGRO_AUDIO_STREAM*, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_set_default_mixer
alias da_al_set_default_mixer = bool function(ALLEGRO_MIXER*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_set_default_voice
alias da_al_set_default_voice = void function(ALLEGRO_VOICE*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_set_mixer_frequency
alias da_al_set_mixer_frequency = bool function(ALLEGRO_MIXER*, uint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_set_mixer_gain
alias da_al_set_mixer_gain = bool function(ALLEGRO_MIXER*, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_set_mixer_playing
alias da_al_set_mixer_playing = bool function(ALLEGRO_MIXER*, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_set_mixer_postprocess_callback
alias da_al_set_mixer_postprocess_callback = bool function(ALLEGRO_MIXER*, PostProcessCallback, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_set_mixer_quality
alias da_al_set_mixer_quality = bool function(ALLEGRO_MIXER*, ALLEGRO_MIXER_QUALITY)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_set_sample
alias da_al_set_sample = bool function(ALLEGRO_SAMPLE_INSTANCE*, ALLEGRO_SAMPLE*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_set_sample_instance_gain
alias da_al_set_sample_instance_gain = bool function(ALLEGRO_SAMPLE_INSTANCE*, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_set_sample_instance_length
alias da_al_set_sample_instance_length = bool function(ALLEGRO_SAMPLE_INSTANCE*, uint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_set_sample_instance_pan
alias da_al_set_sample_instance_pan = bool function(ALLEGRO_SAMPLE_INSTANCE*, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_set_sample_instance_playing
alias da_al_set_sample_instance_playing = bool function(ALLEGRO_SAMPLE_INSTANCE*, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_set_sample_instance_playmode
alias da_al_set_sample_instance_playmode = bool function(ALLEGRO_SAMPLE_INSTANCE*, ALLEGRO_PLAYMODE)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_set_sample_instance_position
alias da_al_set_sample_instance_position = bool function(ALLEGRO_SAMPLE_INSTANCE*, uint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_set_sample_instance_speed
alias da_al_set_sample_instance_speed = bool function(ALLEGRO_SAMPLE_INSTANCE*, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_set_voice_playing
alias da_al_set_voice_playing = bool function(ALLEGRO_VOICE*, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_set_voice_position
alias da_al_set_voice_position = bool function(ALLEGRO_VOICE*, uint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_stop_sample
alias da_al_stop_sample = void function(ALLEGRO_SAMPLE_ID*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_stop_sample_instance
alias da_al_stop_sample_instance = bool function(ALLEGRO_SAMPLE_INSTANCE*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_stop_samples
alias da_al_stop_samples = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_uninstall_audio
alias da_al_uninstall_audio = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Classes

DerelictAllegro5AudioLoader
class DerelictAllegro5AudioLoader
Undocumented in source.

Enums

ALLEGRO_AUDIO_DEPTH_INT8
anonymousenum ALLEGRO_AUDIO_DEPTH_INT8
Undocumented in source.
ALLEGRO_CHANNEL_CONF_1
anonymousenum ALLEGRO_CHANNEL_CONF_1
Undocumented in source.
ALLEGRO_EVENT_AUDIO_STREAM_FRAGMENT
anonymousenum ALLEGRO_EVENT_AUDIO_STREAM_FRAGMENT
Undocumented in source.
ALLEGRO_MIXER_QUALITY_POINT
anonymousenum ALLEGRO_MIXER_QUALITY_POINT
Undocumented in source.
ALLEGRO_PLAYMODE_ONCE
anonymousenum ALLEGRO_PLAYMODE_ONCE
Undocumented in source.

Manifest constants

ALLEGRO_AUDIO_PAN_NONE
enum ALLEGRO_AUDIO_PAN_NONE;
Undocumented in source.
ALLEGRO_MAX_CHANNELS
enum ALLEGRO_MAX_CHANNELS;
Undocumented in source.

Static variables

DerelictAllegro5Audio
DerelictAllegro5AudioLoader DerelictAllegro5Audio;
Undocumented in source.
al_attach_audio_stream_to_mixer
da_al_attach_audio_stream_to_mixer al_attach_audio_stream_to_mixer;
Undocumented in source.
al_attach_audio_stream_to_voice
da_al_attach_audio_stream_to_voice al_attach_audio_stream_to_voice;
Undocumented in source.
al_attach_mixer_to_mixer
da_al_attach_mixer_to_mixer al_attach_mixer_to_mixer;
Undocumented in source.
al_attach_mixer_to_voice
da_al_attach_mixer_to_voice al_attach_mixer_to_voice;
Undocumented in source.
al_attach_sample_instance_to_mixer
da_al_attach_sample_instance_to_mixer al_attach_sample_instance_to_mixer;
Undocumented in source.
al_attach_sample_instance_to_voice
da_al_attach_sample_instance_to_voice al_attach_sample_instance_to_voice;
Undocumented in source.
al_create_audio_stream
da_al_create_audio_stream al_create_audio_stream;
Undocumented in source.
al_create_mixer
da_al_create_mixer al_create_mixer;
Undocumented in source.
al_create_sample
da_al_create_sample al_create_sample;
Undocumented in source.
al_create_sample_instance
da_al_create_sample_instance al_create_sample_instance;
Undocumented in source.
al_create_voice
da_al_create_voice al_create_voice;
Undocumented in source.
al_destroy_audio_stream
da_al_destroy_audio_stream al_destroy_audio_stream;
Undocumented in source.
al_destroy_mixer
da_al_destroy_mixer al_destroy_mixer;
Undocumented in source.
al_destroy_sample
da_al_destroy_sample al_destroy_sample;
Undocumented in source.
al_destroy_sample_instance
da_al_destroy_sample_instance al_destroy_sample_instance;
Undocumented in source.
al_destroy_voice
da_al_destroy_voice al_destroy_voice;
Undocumented in source.
al_detach_audio_stream
da_al_detach_audio_stream al_detach_audio_stream;
Undocumented in source.
al_detach_mixer
da_al_detach_mixer al_detach_mixer;
Undocumented in source.
al_detach_sample_instance
da_al_detach_sample_instance al_detach_sample_instance;
Undocumented in source.
al_detach_voice
da_al_detach_voice al_detach_voice;
Undocumented in source.
al_drain_audio_stream
da_al_drain_audio_stream al_drain_audio_stream;
Undocumented in source.
al_get_allegro_audio_version
da_al_get_allegro_audio_version al_get_allegro_audio_version;
Undocumented in source.
al_get_audio_depth_size
da_al_get_audio_depth_size al_get_audio_depth_size;
Undocumented in source.
al_get_audio_stream_attached
da_al_get_audio_stream_attached al_get_audio_stream_attached;
Undocumented in source.
al_get_audio_stream_channels
da_al_get_audio_stream_channels al_get_audio_stream_channels;
Undocumented in source.
al_get_audio_stream_depth
da_al_get_audio_stream_depth al_get_audio_stream_depth;
Undocumented in source.
al_get_audio_stream_event_source
da_al_get_audio_stream_event_source al_get_audio_stream_event_source;
Undocumented in source.
al_get_audio_stream_fragment
da_al_get_audio_stream_fragment al_get_audio_stream_fragment;
Undocumented in source.
al_get_audio_stream_fragments
da_al_get_audio_stream_fragments al_get_audio_stream_fragments;
Undocumented in source.
al_get_audio_stream_frequency
da_al_get_audio_stream_frequency al_get_audio_stream_frequency;
Undocumented in source.
al_get_audio_stream_gain
da_al_get_audio_stream_gain al_get_audio_stream_gain;
Undocumented in source.
al_get_audio_stream_length
da_al_get_audio_stream_length al_get_audio_stream_length;
Undocumented in source.
al_get_audio_stream_length_secs
da_al_get_audio_stream_length_secs al_get_audio_stream_length_secs;
Undocumented in source.
al_get_audio_stream_pan
da_al_get_audio_stream_pan al_get_audio_stream_pan;
Undocumented in source.
al_get_audio_stream_played_samples
da_al_get_audio_stream_played_samples al_get_audio_stream_played_samples;
Undocumented in source.
al_get_audio_stream_playing
da_al_get_audio_stream_playing al_get_audio_stream_playing;
Undocumented in source.
al_get_audio_stream_playmode
da_al_get_audio_stream_playmode al_get_audio_stream_playmode;
Undocumented in source.
al_get_audio_stream_position_secs
da_al_get_audio_stream_position_secs al_get_audio_stream_position_secs;
Undocumented in source.
al_get_audio_stream_speed
da_al_get_audio_stream_speed al_get_audio_stream_speed;
Undocumented in source.
al_get_available_audio_stream_fragments
da_al_get_available_audio_stream_fragments al_get_available_audio_stream_fragments;
Undocumented in source.
al_get_channel_count
da_al_get_channel_count al_get_channel_count;
Undocumented in source.
al_get_default_mixer
da_al_get_default_mixer al_get_default_mixer;
Undocumented in source.
al_get_default_voice
da_al_get_default_voice al_get_default_voice;
Undocumented in source.
al_get_mixer_attached
da_al_get_mixer_attached al_get_mixer_attached;
Undocumented in source.
al_get_mixer_channels
da_al_get_mixer_channels al_get_mixer_channels;
Undocumented in source.
al_get_mixer_depth
da_al_get_mixer_depth al_get_mixer_depth;
Undocumented in source.
al_get_mixer_frequency
da_al_get_mixer_frequency al_get_mixer_frequency;
Undocumented in source.
al_get_mixer_gain
da_al_get_mixer_gain al_get_mixer_gain;
Undocumented in source.
al_get_mixer_playing
da_al_get_mixer_playing al_get_mixer_playing;
Undocumented in source.
al_get_mixer_quality
da_al_get_mixer_quality al_get_mixer_quality;
Undocumented in source.
al_get_sample
da_al_get_sample al_get_sample;
Undocumented in source.
al_get_sample_channels
da_al_get_sample_channels al_get_sample_channels;
Undocumented in source.
al_get_sample_data
da_al_get_sample_data al_get_sample_data;
Undocumented in source.
al_get_sample_depth
da_al_get_sample_depth al_get_sample_depth;
Undocumented in source.
al_get_sample_frequency
da_al_get_sample_frequency al_get_sample_frequency;
Undocumented in source.
al_get_sample_instance_attached
da_al_get_sample_instance_attached al_get_sample_instance_attached;
Undocumented in source.
al_get_sample_instance_channels
da_al_get_sample_instance_channels al_get_sample_instance_channels;
Undocumented in source.
al_get_sample_instance_depth
da_al_get_sample_instance_depth al_get_sample_instance_depth;
Undocumented in source.
al_get_sample_instance_frequency
da_al_get_sample_instance_frequency al_get_sample_instance_frequency;
Undocumented in source.
al_get_sample_instance_gain
da_al_get_sample_instance_gain al_get_sample_instance_gain;
Undocumented in source.
al_get_sample_instance_length
da_al_get_sample_instance_length al_get_sample_instance_length;
Undocumented in source.
al_get_sample_instance_pan
da_al_get_sample_instance_pan al_get_sample_instance_pan;
Undocumented in source.
al_get_sample_instance_playing
da_al_get_sample_instance_playing al_get_sample_instance_playing;
Undocumented in source.
al_get_sample_instance_playmode
da_al_get_sample_instance_playmode al_get_sample_instance_playmode;
Undocumented in source.
al_get_sample_instance_position
da_al_get_sample_instance_position al_get_sample_instance_position;
Undocumented in source.
al_get_sample_instance_speed
da_al_get_sample_instance_speed al_get_sample_instance_speed;
Undocumented in source.
al_get_sample_instance_time
da_al_get_sample_instance_time al_get_sample_instance_time;
Undocumented in source.
al_get_sample_length
da_al_get_sample_length al_get_sample_length;
Undocumented in source.
al_get_voice_channels
da_al_get_voice_channels al_get_voice_channels;
Undocumented in source.
al_get_voice_depth
da_al_get_voice_depth al_get_voice_depth;
Undocumented in source.
al_get_voice_frequency
da_al_get_voice_frequency al_get_voice_frequency;
Undocumented in source.
al_get_voice_playing
da_al_get_voice_playing al_get_voice_playing;
Undocumented in source.
al_get_voice_position
da_al_get_voice_position al_get_voice_position;
Undocumented in source.
al_install_audio
da_al_install_audio al_install_audio;
Undocumented in source.
al_is_audio_installed
da_al_is_audio_installed al_is_audio_installed;
Undocumented in source.
al_load_audio_stream
da_al_load_audio_stream al_load_audio_stream;
Undocumented in source.
al_load_audio_stream_f
da_al_load_audio_stream_f al_load_audio_stream_f;
Undocumented in source.
al_load_sample
da_al_load_sample al_load_sample;
Undocumented in source.
al_load_sample_f
da_al_load_sample_f al_load_sample_f;
Undocumented in source.
al_play_sample
da_al_play_sample al_play_sample;
Undocumented in source.
al_play_sample_instance
da_al_play_sample_instance al_play_sample_instance;
Undocumented in source.
al_register_audio_stream_loader
da_al_register_audio_stream_loader al_register_audio_stream_loader;
Undocumented in source.
al_register_audio_stream_loader_f
da_al_register_audio_stream_loader_f al_register_audio_stream_loader_f;
Undocumented in source.
al_register_sample_loader
da_al_register_sample_loader al_register_sample_loader;
Undocumented in source.
al_register_sample_loader_f
da_al_register_sample_loader_f al_register_sample_loader_f;
Undocumented in source.
al_register_sample_saver
da_al_register_sample_saver al_register_sample_saver;
Undocumented in source.
al_register_sample_saver_f
da_al_register_sample_saver_f al_register_sample_saver_f;
Undocumented in source.
al_reserve_samples
da_al_reserve_samples al_reserve_samples;
Undocumented in source.
al_restore_default_mixer
da_al_restore_default_mixer al_restore_default_mixer;
Undocumented in source.
al_rewind_audio_stream
da_al_rewind_audio_stream al_rewind_audio_stream;
Undocumented in source.
al_save_sample
da_al_save_sample al_save_sample;
Undocumented in source.
al_save_sample_f
da_al_save_sample_f al_save_sample_f;
Undocumented in source.
al_seek_audio_stream_secs
da_al_seek_audio_stream_secs al_seek_audio_stream_secs;
Undocumented in source.
al_set_audio_stream_fragment
da_al_set_audio_stream_fragment al_set_audio_stream_fragment;
Undocumented in source.
al_set_audio_stream_gain
da_al_set_audio_stream_gain al_set_audio_stream_gain;
Undocumented in source.
al_set_audio_stream_loop_secs
da_al_set_audio_stream_loop_secs al_set_audio_stream_loop_secs;
Undocumented in source.
al_set_audio_stream_pan
da_al_set_audio_stream_pan al_set_audio_stream_pan;
Undocumented in source.
al_set_audio_stream_playing
da_al_set_audio_stream_playing al_set_audio_stream_playing;
Undocumented in source.
al_set_audio_stream_playmode
da_al_set_audio_stream_playmode al_set_audio_stream_playmode;
Undocumented in source.
al_set_audio_stream_speed
da_al_set_audio_stream_speed al_set_audio_stream_speed;
Undocumented in source.
al_set_default_mixer
da_al_set_default_mixer al_set_default_mixer;
Undocumented in source.
al_set_default_voice
da_al_set_default_voice al_set_default_voice;
Undocumented in source.
al_set_mixer_frequency
da_al_set_mixer_frequency al_set_mixer_frequency;
Undocumented in source.
al_set_mixer_gain
da_al_set_mixer_gain al_set_mixer_gain;
Undocumented in source.
al_set_mixer_playing
da_al_set_mixer_playing al_set_mixer_playing;
Undocumented in source.
al_set_mixer_postprocess_callback
da_al_set_mixer_postprocess_callback al_set_mixer_postprocess_callback;
Undocumented in source.
al_set_mixer_quality
da_al_set_mixer_quality al_set_mixer_quality;
Undocumented in source.
al_set_sample
da_al_set_sample al_set_sample;
Undocumented in source.
al_set_sample_instance_gain
da_al_set_sample_instance_gain al_set_sample_instance_gain;
Undocumented in source.
al_set_sample_instance_length
da_al_set_sample_instance_length al_set_sample_instance_length;
Undocumented in source.
al_set_sample_instance_pan
da_al_set_sample_instance_pan al_set_sample_instance_pan;
Undocumented in source.
al_set_sample_instance_playing
da_al_set_sample_instance_playing al_set_sample_instance_playing;
Undocumented in source.
al_set_sample_instance_playmode
da_al_set_sample_instance_playmode al_set_sample_instance_playmode;
Undocumented in source.
al_set_sample_instance_position
da_al_set_sample_instance_position al_set_sample_instance_position;
Undocumented in source.
al_set_sample_instance_speed
da_al_set_sample_instance_speed al_set_sample_instance_speed;
Undocumented in source.
al_set_voice_playing
da_al_set_voice_playing al_set_voice_playing;
Undocumented in source.
al_set_voice_position
da_al_set_voice_position al_set_voice_position;
Undocumented in source.
al_stop_sample
da_al_stop_sample al_stop_sample;
Undocumented in source.
al_stop_sample_instance
da_al_stop_sample_instance al_stop_sample_instance;
Undocumented in source.
al_stop_samples
da_al_stop_samples al_stop_samples;
Undocumented in source.
al_uninstall_audio
da_al_uninstall_audio al_uninstall_audio;
Undocumented in source.

Structs

ALLEGRO_AUDIO_STREAM
struct ALLEGRO_AUDIO_STREAM
Undocumented in source.
ALLEGRO_MIXER
struct ALLEGRO_MIXER
Undocumented in source.
ALLEGRO_SAMPLE
struct ALLEGRO_SAMPLE
Undocumented in source.
ALLEGRO_SAMPLE_ID
struct ALLEGRO_SAMPLE_ID
Undocumented in source.
ALLEGRO_SAMPLE_INSTANCE
struct ALLEGRO_SAMPLE_INSTANCE
Undocumented in source.
ALLEGRO_VOICE
struct ALLEGRO_VOICE
Undocumented in source.

Meta