- 21 Oct, 2016 1 commit
-
-
David Reid authored
-
- 20 Oct, 2016 6 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
Rename mal_device__read_samples_from_client() to mal_device__read_frames_from_client() and mal_device__send_samples_to_client() to mal_device__send_frames_to_client(). Rationale for this is to keep it consistent with the rest of the library.
-
David Reid authored
-
- 19 Oct, 2016 8 commits
-
-
David Reid authored
-
David Reid authored
The rationale for this change is that during testing I noticed that snd_pcm_open() would sometimes fail with "Invalid value for card" when using the "NAME" hint returned by snd_device_name_get_hint() verbatim. Using "hw:%d,%d" seems to fix this problem.
-
David Reid authored
-
David Reid authored
-
David Reid authored
- The buffer size is now set with set_buffer_size_near() - The size of the buffer is now independant of periods - snd_pcm_sw_params_set_avail_min() is now called with the previous power of 2 rather than the next. - The start threshold is now called with the previous power of 2 rather than the next.
-
David Reid authored
-
David Reid authored
-
David Reid authored
- mal_device_get_available_rewind_amount() - mal_device_rewind()
-
- 18 Oct, 2016 8 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
- 17 Oct, 2016 2 commits
-
-
David Reid authored
ALSA: Address an issue where it was possible for some samples to get dropped when a capture device is closed.
-
David Reid authored
-
- 16 Oct, 2016 13 commits
-
-
David Reid authored
-
David Reid authored
Improve the DirectSound backend by not using notifications exclusively to manage data retrieval and submission.
-
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
-
David Reid authored
- Fix error with usleep() being undefined. - Add support for 64-bit floating point formats for ALSA.
-
David Reid authored
-
- 15 Oct, 2016 2 commits
-
-
David Reid authored
-
David Reid authored
-