e01744288d
- update to 0.10.0: * support for periods in the PCM constructor. * new functions PCM.state(), PCM.drop() and PCM.drain() * improved underrun/overrun handling * documentation improvements/consolidation * more sampling rates * bug fixes
Dirk Mueller2023-05-04 21:31:28 +00:00
3d4d93b9d8
Accepting request 1008242 from devel:languages:python
Richard Brown2022-10-06 05:42:33 +00:00
09f1d1e2cf
Accepting request 1008052 from home:yarunachalam:branches:devel:languages:python
Markéta Machová2022-10-05 14:57:34 +00:00
fbb483f682
- Update to 0.9.1: * Support decibel, percentage, and raw volumes in getvolume, setvolume, and getrange (#109 from @chrisdiamand): - Use pytest for running the testsuite, and skip tests that require a sound card. Remove the bcond so the testsuite runs. - Update docs shipped to be more documentation-like.
Steve Kowalik2022-05-04 06:14:21 +00:00
5ec89a2eb6
- update to 0.9.0: * 'getformats()' returns a dictionary of name / value pairs, one for each of the card's supported formats - e.g. '{"U8": 1, "S16_LE": 2}', * 'getchannels()' returns a list of the supported channel numbers, e.g. '[1, 2]', * 'getrates()' returns supported sample rates for the device, e.g. '[48000]', * 'getratebounds()' returns the device's official minimum and maximum supported sample rates as a tuple, e.g. '(4000, 48000)'. * Prevent hang on close after capturing audio * Return an empty string/bytestring when 'read()' detects an overrun. Previously the returned data was undefined * Unlimited setperiod buffer size when reading frames
Dirk Mueller2022-03-26 18:46:17 +00:00