Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
c9eed3ed71608568931bc9fa02c2412c1b49fbb2
/
Modules
/
ossaudiodev.c
4cc0f24
Rename PyUnicode_AsString -> _PyUnicode_AsString and
by Marc-André Lemburg
· 16 years ago
1f900f1
#3247: get rid of Py_FindMethod
by Amaury Forgeot d'Arc
· 16 years ago
1a21451
Implement PEP 3121: new module initialization and finalization API.
by Martin v. Löwis
· 16 years ago
9c4756e
Renamed PyBytes to PyByteArray
by Christian Heimes
· 16 years ago
217cfd1
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
by Christian Heimes
· 17 years ago
8abd2e6
Use unicode
by Neal Norwitz
· 17 years ago
9f2e346
Merged revisions 56467-56482 via svnmerge from
by Martin v. Löwis
· 17 years ago
89f507f
Four months of trunk changes (including a few releases...)
by Thomas Wouters
· 18 years ago
4d70c3d
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
by Thomas Wouters
· 18 years ago
49fd7fa
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
by Thomas Wouters
· 19 years ago
3ffa59b
Rework channelnumber/samplesize detetion code's output variables a bit to
by Thomas Wouters
· 19 years ago
1ac754f
Check return result from Py_InitModule*(). This API can fail.
by Neal Norwitz
· 19 years ago
3f04648
Fix icc warnings: extra semi-colon
by Neal Norwitz
· 19 years ago
0f26054
Conditionally export a few more AFMT_* macros: AFMT_U16_NE, AFMT_S32_LE,
by Greg Ward
· 20 years ago
50682d0
SF #818006: merge from release24-maint branch: add useful read-only
by Greg Ward
· 20 years ago
fd0283e
SF #832236: merge from release23-maint branch: wrap a bunch of
by Greg Ward
· 20 years ago
0741f80
Whitespace normalization; break a long line.
by Guido van Rossum
· 21 years ago
f39dafb
Fix a subtle decref bug that caused a GC assertion to fail in a debug
by Guido van Rossum
· 21 years ago
84f8ecd
Comment fix.
by Greg Ward
· 21 years ago
38c9266
Change _ssize() so it doesn't rely on sizeof(char) or sizeof(short):
by Greg Ward
· 21 years ago
d676906
Completely change the interface to setparameters():
by Greg Ward
· 21 years ago
d0d592f
Oops, move the GIL release/reacquire from oss_sync() to _do_ioctl_0():
by Greg Ward
· 21 years ago
b804390
Release the GIL in two more methods:
by Greg Ward
· 21 years ago
6492785
Release the GIL around read(), write(), and select() calls.
by Greg Ward
· 21 years ago
76ffb19
Use fcntl() to put the audio device *back* into blocking mode after
by Greg Ward
· 22 years ago
5c49ef2
Open with O_NONBLOCK to avoid hanging on open().
by Greg Ward
· 22 years ago
0b6dfb8
<sys/soundcard.h> seems to exist on both Linux and FreeBSD, so include
by Greg Ward
· 22 years ago
fe62bc9
Conditionalize another constant
by Andrew M. Kuchling
· 22 years ago
d156c2d
Get ossaudiodev to compile on freebsd 4.7
by Neal Norwitz
· 22 years ago
faa7b9b
Get build working on Redhat 7.2 linux 2.4.7
by Neal Norwitz
· 22 years ago
744f0fd
Add build_namelists() to expose the OSS macros SOUND_DEVICE_LABELS and
by Greg Ward
· 22 years ago
58ae13c
Rename the parameter 'xp' in several methods to 'self', since that's what it is.
by Greg Ward
· 22 years ago
499b73e
For symmetry with the mixer interface, rename oss_t to oss_audio_t and
by Greg Ward
· 22 years ago
da1cacb
Add a bunch of comments to clearly delineate sections of the code.
by Greg Ward
· 22 years ago
2d6f9a9
Yet another renaming of some mixer methods:
by Greg Ward
· 22 years ago
f05aa10
Rename more mixer methods: getrecsrc() -> get_recsrc(),
by Greg Ward
· 22 years ago
ad4d9b9
Untabify.
by Greg Ward
· 22 years ago
e703766
Whitespace fixes to conform to coding standards.
by Greg Ward
· 22 years ago
5c5c577
Comment fix.
by Greg Ward
· 22 years ago
37897c2
Rename some mixer methods:
by Greg Ward
· 22 years ago
7b43c68
Remove 'x_' prefix from oss_t and oss_mixer_t struct members.
by Greg Ward
· 22 years ago
b69bb3d
Typo fix.
by Greg Ward
· 22 years ago
3d9994d
Add OSS mixer interface (from Nicholas FitzRoy-Dale <wzdd@lardcave.net>):
by Greg Ward
· 22 years ago
da9f853
Prepare for the coming mixer support patch: change _do_ioctl_0() and
by Greg Ward
· 22 years ago
8c6b6a9
Finish expunging the 'linuxaudiodev' name:
by Greg Ward
· 22 years ago
9a568eb
Expunge any remaining mentions of linuxaudiodev -- it's ossaudiodev now!
by Greg Ward
· 22 years ago
97708bc
Rename LinuxAudioError to OSSAudioError ('ossaudiodev.error').
by Greg Ward
· 22 years ago
1e0f57d
Added mode 'rw' for full-duplex (play and record at the same time) mode.
by Greg Ward
· 22 years ago
131bce0
* Don't put the device in non-blocking mode at open() time; this makes
by Greg Ward
· 22 years ago
04613a9
ossaudiodev -- Python interface to the OSS (Open Sound System) API.
by Greg Ward
· 22 years ago