- 08 Eki, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
16-bit signed data instead. Hope this works for you; it works for me.
-
- 06 Eki, 2000 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
read the header from the .au file and do a sanity check pass only the data to the audio device call flush() so that program does not exit until playback is complete call all the other methods to verify that they work minimally call setparameters with a bunch of bugs arguments linuxaudiodev.c: use explicit O_WRONLY and O_RDONLY instead of 1 and 0 add a string name to each of the entries in audio_types[] add AFMT_A_LAW to the list of known formats add x_mode attribute to lad object, stores imode from open call test ioctl return value as == -1, not < 0 in read() method, resize string before return add getptr() method, that calls does ioctl on GETIPTR or GETOPTR depending on x_mode in setparameters() method, do better error checking and raise ValueErrors; also use ioctl calls recommended by Open Sound System Programmer's Guido (www.opensound.com) use PyModule_AddXXX to define names in module
-
- 04 Agu, 2000 3 kayıt (commit)
-
-
Moshe Zadka yazdı
-
Moshe Zadka yazdı
Honesty's the best policy.
-
Moshe Zadka yazdı
at all (my computer doesn't have a Sound Blaster), this doesn't mean there's a bug in linuxaudiodev. The only error the test suite skips is currently ImportError -- so that's what we raise. If you see a problem with this patch, say so and I'll retract. If you think raising an ImportError sucks, you're right -- but I ain't gonna buy a SB and I sure ain't gonna let the test-suite fail on my machine.
-
- 10 Haz, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
test. Someone with more Linux audio knowledge should at least take a brief look at it.
-
- 23 Nis, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 26 Mar, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 29 Ock, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
from regrtest.py (it still works there too, of course).
-
- 13 Ock, 1997 3 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
in the distribution.
-
- 07 Ock, 1997 1 kayıt (commit)
-
-
Barry Warsaw yazdı
find one and doesn't output any data that can be verified. If it can't find a sound file by looking in the standard Solaris locations (which we can extend later), it raises an ImportError.
-