]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
It seems our sound cards can't play mulaw data. Use native-format
authorGuido van Rossum <guido@python.org>
Sun, 8 Oct 2000 00:20:20 +0000 (00:20 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 8 Oct 2000 00:20:20 +0000 (00:20 +0000)
commit923ebe4dc6535cbf3ecf264af70a5b49dfb7223a
treec5d65c93d16883cd3132424558a7602d3166e913
parent830b37bd74f81420cbcb27491a4c4f6498cedd54
It seems our sound cards can't play mulaw data.  Use native-format
16-bit signed data instead.  Hope this works for you; it works for me.
Lib/test/test_linuxaudiodev.py