Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/audio
Module Name: src
Committed By: mrg
Date: Fri Aug 30 20:57:26 UTC 2013
Modified Files:
src/usr.bin/audio/common: audio.c libaudio.h sun.c wav.c
src/usr.bin/audio/ctl: ctl.c
src/usr.bin/audio/record: record.c
Log Message:
move most of the header writing code from record.c into wav.c and sun.c.
introduce a struct write_info for communication between front ends and
backends.
libaudio API is still pretty ugly, and needs to stay local here for now,
but it is a little more usable for other tools now.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/usr.bin/audio/common/audio.c
cvs rdiff -u -r1.17 -r1.18 src/usr.bin/audio/common/libaudio.h
cvs rdiff -u -r1.7 -r1.8 src/usr.bin/audio/common/sun.c
cvs rdiff -u -r1.10 -r1.11 src/usr.bin/audio/common/wav.c
cvs rdiff -u -r1.39 -r1.40 src/usr.bin/audio/ctl/ctl.c
cvs rdiff -u -r1.52 -r1.53 src/usr.bin/audio/record/record.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index