- 31 Dec, 2018 3 commits
-
-
David Reid authored
# Conflicts: # mini_al.h
-
David Reid authored
-
David Reid authored
-
- 30 Dec, 2018 34 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
This change makes it consistent with mal_pcm_converter, mal_src, etc.
-
David Reid authored
All functions have been renamed from mal_dsp_*() to mal_pcm_converter_*(). All structures have been renamed from mal_dsp* to mal_pcm_converter*.
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
* Return MAL_SHARE_MODE_NOT_SUPPORTED if SetCooperativeLevel fails. * Always fail with MAL_SHARE_MODE_NOT_SUPPORTED if exclusive mode is requested for capture.
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
This commit rearranges result codes, changes their constants and removes unused codes. If you're a binding maintainer you will need to update your result code constants. Future commits may change these further.
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
Removed APIs: * mal_device_set_recv_callback() * mal_device_set_send_callback() * mal_src_set_input_sample_rate() * mal_src_set_output_sample_rate()
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
Renamed APIs: * mal_sine_wave_read() -> mal_sine_wave_read_f32() * mal_sine_wave_read_ex() -> mal_sine_wave_read_f32_ex()
-
David Reid authored
-
David Reid authored
Renamed APIs: * mal_decoder_read() -> mal_decoder_read_pcm_frames() * mal_decoder_seek_to_frame() -> mal_decoder_seek_to_pcm_frame()
-
- 29 Dec, 2018 3 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-