mirror of
https://github.com/larsimmisch/pyalsaaudio.git
synced 2026-04-18 00:46:29 +00:00
SND_PCM_FORMAT_S24_LE and similar are for 24bit ints packed in 4-bytes each. There is a similar family of formats for 3-bytes packed data (as stored in 24bit wave files). This commit: - adds S24_3LE, S24_3BE, U24_3LE, U24_3BE PCM formats to the alsaaudio.c - updates documentation - updates playwav.py to correctly play typical 24Bit PCM wave files Closes #38
Publish the documentation
The documentation is published through the gh-pages branch.
To publish the documentation, you need to clone the gh-pages branch of this repository into
doc/gh-pages. In doc, do:
git clone -b gh-pages git@github.com:larsimmisch/pyalsaaudio.git gh-pages
(This is a bit of a hack)
Once that is set up, you can publish new documentation using:
make publish
Be careful when new files are generated, however, you will have to add them manually to git.