Statistics
| Branch: | Revision:

root / audio @ 9ea62f57

Name Size
alsaaudio.c 32.5 kB
audio.c 50.8 kB
audio.h 4.9 kB
audio_int.h 7 kB
audio_pt_int.c 3.9 kB
audio_pt_int.h 681 Bytes
audio_template.h 13.1 kB
audio_win_int.c 2.3 kB
audio_win_int.h 308 Bytes
coreaudio.c 15.3 kB
dsound_template.h 7.1 kB
dsoundaudio.c 25.2 kB
esdaudio.c 13.4 kB
fmodaudio.c 17 kB
mixeng.c 9 kB
mixeng.h 2.2 kB
mixeng_template.h 3.8 kB
noaudio.c 4.5 kB
ossaudio.c 23.9 kB
paaudio.c 11.5 kB
rate_template.h 3.2 kB
sdlaudio.c 10.4 kB
spiceaudio.c 9 kB
wavaudio.c 6.9 kB
wavcapture.c 3.8 kB
winwaveaudio.c 17.4 kB

Latest revisions

# Date Author Comment
00e07679 01/12/2011 05:36 pm Michael Walle

audio: split sample conversion and volume mixing

Refactor the volume mixing, so it can be reused for capturing devices.
Additionally, it removes superfluous multiplications with the nominal
volume within the hardware voice code path.

Signed-off-by: Michael Walle <>...

d66bddd7 01/09/2011 02:06 am Michael Walle

alsaaudio: add endianness support for VoiceIn

Signed-off-by: Michael Walle <>
Signed-off-by: malc <>

b6c9c940 01/09/2011 02:05 am Michael Walle

ossaudio: add endianness support for VoiceIn

Signed-off-by: Michael Walle <>
Signed-off-by: malc <>

8a7d0890 01/04/2011 02:53 am Michael Walle

noaudio: correctly account acquired samples

This will fix the return value of the function which otherwise returns too
many samples because sw->total_hw_samples_acquired isn't correctly
accounted.

Signed-off-by: Michael Walle <>
Signed-off-by: malc <>

85882c71 12/10/2010 04:25 am Michael Walle

noaudio: fix return value for read()

Read should return bytes instead of samples.

Signed-off-by: Michael Walle <>
Signed-off-by: malc <>

ab9de369 12/04/2010 10:51 pm Stefan Weil

audio: Use GCC_FMT_ATTR (format checking)

Cc: Blue Swirl <>
Signed-off-by: Stefan Weil <>
Signed-off-by: Blue Swirl <>

39deb1e4 11/18/2010 01:30 pm malc

audio: Only use audio timer when necessary

Originally proposed by Gerd Hoffmann.

Signed-off-by: malc <>
Acked-by: Gerd Hoffmann <>

cf2c1839 11/11/2010 04:59 pm Gerd Hoffmann

add copyright to spiceaudio

Signed-off-by: Gerd Hoffmann <>
Signed-off-by: malc <>

3e313753 11/09/2010 10:39 pm Gerd Hoffmann

spice: add audio

Add support for the spice audio interface. With this patch applied
audio can be forwarded over the network from/to the spice client. Both
recording and playback is supported.

The driver is first in the driver list, but the can_be_default flag is...

38cc9b60 10/17/2010 11:39 pm Jindrich Makovicka

issue snd_pcm_start() when capturing audio

snd_pcm_start() starts the capture process and ensures that the events
are delivered to the poll handler. Without the call, capture can be started
only when there is simultaneous playback running.

Signed-off-by: Jindrich Makovicka <>...

View revisions

Also available in: Atom