Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-12 | remove pcm_prepare in pcm_open | dvdli | |
For the dynamic pcm device, it is valid to specify the backend after opening it. However, it is invalid to call prepare on a dynamic pcm device without connecting any backend device. We should not do pcm_prepare in pcm_open. See also: Issue #197 | |||
2020-09-04 | per pcm_writei ' @return On success, this function returns the number of ↵ | notdave22 | |
frames written; otherwise, a negative number.' | |||
2019-01-13 | Checking for error in pcm_writei example | Taylor Holberton | |
2017-10-12 | Fixed segfault | Taylor Holberton | |
2016-12-04 | Added examples for basic IO | Taylor Holberton | |
Added an example of pcm_writei usage and an example of pcm_readi usage. Both examples use a common file called 'audio.raw'. |