python-pyalsaaudio
This package contains wrappers for accessing the ALSA API from Python.
It is fairly complete for PCM devices and Mixer access.
- Sources inherited from project devel:languages:python
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / python-pyalsaaudio
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:smarty12:Python/python-pyalsaaudio && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000153 153 Bytes | |
pyalsaaudio-0.9.0.tar.gz | 0000370435 362 KB | |
python-pyalsaaudio.changes | 0000002761 2.7 KB | |
python-pyalsaaudio.spec | 0000001798 1.76 KB |
Revision 9 (latest revision is 16)
Dirk Mueller (dirkmueller)
committed
(revision 9)
- 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
Comments 0