index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
ossaudiodev.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Release the GIL around read(), write(), and select() calls.
Greg Ward
2003-05-23
1
-2/+16
*
Use fcntl() to put the audio device *back* into blocking mode after
Greg Ward
2003-04-04
1
-0/+9
*
Open with O_NONBLOCK to avoid hanging on open().
Greg Ward
2003-03-11
1
-1/+5
*
<sys/soundcard.h> seems to exist on both Linux and FreeBSD, so include
Greg Ward
2003-03-10
1
-22/+10
*
Conditionalize another constant
Andrew M. Kuchling
2003-02-13
1
-0/+2
*
Get ossaudiodev to compile on freebsd 4.7
Neal Norwitz
2003-02-02
1
-0/+18
*
Get build working on Redhat 7.2 linux 2.4.7
Neal Norwitz
2003-01-10
1
-0/+4
*
Add build_namelists() to expose the OSS macros SOUND_DEVICE_LABELS and
Greg Ward
2002-12-31
1
-0/+45
*
Rename the parameter 'xp' in several methods to 'self', since that's
Greg Ward
2002-12-31
1
-23/+23
*
For symmetry with the mixer interface, rename oss_t to oss_audio_t and
Greg Ward
2002-12-31
1
-29/+29
*
Add a bunch of comments to clearly delineate sections of the code.
Greg Ward
2002-12-31
1
-1/+28
*
Yet another renaming of some mixer methods:
Greg Ward
2002-12-31
1
-9/+9
*
Rename more mixer methods: getrecsrc() -> get_recsrc(),
Greg Ward
2002-12-30
1
-6/+6
*
Untabify.
Greg Ward
2002-12-30
1
-106/+106
*
Whitespace fixes to conform to coding standards.
Greg Ward
2002-12-30
1
-18/+18
*
Comment fix.
Greg Ward
2002-12-30
1
-9/+2
*
Rename some mixer methods:
Greg Ward
2002-12-30
1
-16/+16
*
Remove 'x_' prefix from oss_t and oss_mixer_t struct members.
Greg Ward
2002-12-30
1
-57/+58
*
Typo fix.
Greg Ward
2002-12-12
1
-1/+1
*
Add OSS mixer interface (from Nicholas FitzRoy-Dale <wzdd@lardcave.net>):
Greg Ward
2002-12-11
1
-0/+267
*
Prepare for the coming mixer support patch: change _do_ioctl_0() and
Greg Ward
2002-12-11
1
-14/+14
*
Finish expunging the 'linuxaudiodev' name:
Greg Ward
2002-12-11
1
-55/+55
*
Expunge any remaining mentions of linuxaudiodev -- it's ossaudiodev now!
Greg Ward
2002-11-30
1
-7/+7
*
Rename LinuxAudioError to OSSAudioError ('ossaudiodev.error').
Greg Ward
2002-11-30
1
-25/+25
*
Added mode 'rw' for full-duplex (play and record at the same time) mode.
Greg Ward
2002-11-30
1
-21/+97
*
* Don't put the device in non-blocking mode at open() time; this makes
Greg Ward
2002-11-30
1
-46/+184
*
ossaudiodev -- Python interface to the OSS (Open Sound System) API.
Greg Ward
2002-11-30
1
-0/+524
[prev]