- 25 Oct, 2016 5 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
- 23 Oct, 2016 1 commit
-
-
David Reid authored
-
- 22 Oct, 2016 2 commits
-
-
David Reid authored
-
David Reid authored
-
- 21 Oct, 2016 13 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
Add onStop callback which is called when a device is stopped either explicitly or internally as a result of an error.
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
The rationale for this change is to keep it consistent with the rest of the library.
-
David Reid authored
-
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 5 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-