index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
audio
/
common
/
audio.c
Age
Commit message (
Expand
)
Author
2019-11-09
add support for playing IEEE float32 and float64 RIFF WAVE
mrg
2015-08-05
rename struct write_info as struct track_info, and the variable name 'wi'
mrg
2015-06-21
separate the 3 functions midirecord uses from libaudio.a into its own
mrg
2014-12-30
add a decode_uint() function.
mrg
2013-08-30
move most of the header writing code from record.c into wav.c and sun.c.
mrg
2011-09-06
recognize AUDIO_ENCODING_AC3
jmcneill
2011-08-28
ANSIfy. Add static. Add __dead.
joerg
2008-05-29
remove clause #3 from my license where there are no other
mrg
2004-10-30
Add (unsigned char) cast to ctype functions
dsl
2003-06-23
Add NetBSD RCS Ids.
agc
2002-12-27
- decode_int(): always use base 10, so that a time of "1:09" works.
mrg
2002-01-15
- WARNS=3 (from ross@netbsd.org)
mrg
2002-01-15
- add rudimentary "wav" recording support: don't think it copes with
mrg
2002-01-01
fix 2001/03/04 change: audio_parse_wav_hdr() returns a signed value.
mrg
2001-06-07
fix bug in audiorecord -t handling.
mrg
2001-03-04
Don't play trailing garbage at end of RIFF WAVE (.wav) files
hubertf
2000-12-13
libaudio:
mrg
1999-09-27
fix off-by-one error in error message array. add a comment.
mrg
1999-09-13
Use "NULL" instead of "0" for null pointer.
tron
1999-03-30
remove duplicate include of <stdio.h>
mrg
1999-03-29
Only 8-bit data is unsigned in WAVE files.
mycroft
1999-03-29
.wav files are little endian.
mrg
1999-03-27
make recording precision/encoding setting sane.
mrg
1999-03-27
add support to play stdin.
mrg
1999-03-26
add missing copyrights.
mrg
1999-03-26
add audiorecord and audioplay tools. audioplay does .au and .wav files. aud...
mrg