- 12 Dec, 2019 1 commit
-
-
David Reid authored
This will be replaced with a more complete solution later. Public issue #105.
-
- 07 Dec, 2019 2 commits
-
-
David Reid authored
-
David Reid authored
-
- 06 Dec, 2019 1 commit
-
-
David Reid authored
-
- 02 Dec, 2019 1 commit
-
-
David Reid authored
-
- 01 Dec, 2019 3 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
- 02 Nov, 2019 2 commits
-
-
David Reid authored
-
David Reid authored
-
- 24 Oct, 2019 1 commit
-
-
David Reid authored
-
- 23 Oct, 2019 1 commit
-
-
David Reid authored
-
- 22 Oct, 2019 1 commit
-
-
David Reid authored
-
- 19 Oct, 2019 3 commits
-
-
David Reid authored
-
David Reid authored
These compilation errors are a result of the recent change to dr_wav to add support for allocation callbacks.
-
David Reid authored
-
- 08 Oct, 2019 1 commit
-
-
David Reid authored
-
- 07 Oct, 2019 3 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
- 04 Oct, 2019 2 commits
-
-
David Reid authored
remove a stray garbage byte (0x10) from the source file which makes visual studio unable to open it sometimes :o
-
mgambrell authored
remove a stray garbage byte (0x10) from the source file which makes visual studio unable to open it sometimes :o
-
- 03 Oct, 2019 2 commits
-
-
David Reid authored
This change enabled the use of low-latency shared mode if the desired sample rate matches the native sample rate.
-
David Reid authored
AUDCLNT_STREAMFLAGS_AUTOCONVERTPCM is incompatible in exclusive mode and low-latency shared mode.
-
- 02 Oct, 2019 1 commit
-
-
David Reid authored
-
- 30 Sep, 2019 4 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
- 29 Sep, 2019 10 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
New Device APIs: * ma_device_set_master_volume() * ma_device_get_master_volume() * ma_device_set_master_gain_db() * ma_device_get_master_gain_db() New Helper APIs * ma_copy_and_apply_volume_factor_u8() * ma_copy_and_apply_volume_factor_s16() * ma_copy_and_apply_volume_factor_s24() * ma_copy_and_apply_volume_factor_s32() * ma_copy_and_apply_volume_factor_f32() * ma_apply_volume_factor_u8() * ma_apply_volume_factor_s16() * ma_apply_volume_factor_s24() * ma_apply_volume_factor_s32() * ma_apply_volume_factor_f32() * ma_copy_and_apply_volume_factor_pcm_frames_u8() * ma_copy_and_apply_volume_factor_pcm_frames_s16() * ma_copy_and_apply_volume_factor_pcm_frames_s24() * ma_copy_and_apply_volume_factor_pcm_frames_s32() * ma_copy_and_apply_volume_factor_pcm_frames_f32() * ma_copy_and_apply_volume_factor_pcm_frames() * ma_apply_volume_factor_pcm_frames_u8() * ma_apply_volume_factor_pcm_frames_s16() * ma_apply_volume_factor_pcm_frames_s24() * ma_apply_volume_factor_pcm_frames_s32() * ma_apply_volume_factor_pcm_frames_f32() * ma_apply_volume_factor_pcm_frames() * ma_factor_to_gain_db() * ma_gain_db_to_factor()
-
David Reid authored
This only applies when the playback sample format is configured as ma_format_f32. Clipping is enabled by default and can be disabled by setting ma_device_config.noClip to true.
-
David Reid authored
-
David Reid authored
This commit makes it well defined as to whether or not the output buffer passed in to the data callback is initialized to zero or left undefined. By default it's initialized to zero, but can be changed to undefined by setting noPreZeroedOutputBuffer in the device config.
-
David Reid authored
-
David Reid authored
-
- 28 Sep, 2019 1 commit
-
-
David Reid authored
-