summaryrefslogtreecommitdiff
path: root/usr.bin/audio/common/wav.c
AgeCommit message (Expand)Author
2023-04-15Add support for recording 24bit wav files.mlelstv
2019-11-09add support for playing IEEE float32 and float64 RIFF WAVEmrg
2017-11-25need getle16() for ext.sub_tag toojdolecek
2015-08-05rename struct write_info as struct track_info, and the variable name 'wi'mrg
2013-10-18fix unused variable warningschristos
2013-08-30move most of the header writing code from record.c into wav.c and sun.c.mrg
2011-08-28ANSIfy. Add static. Add __dead.joerg
2009-06-18- add extended WAVE header supportmrg
2008-05-29remove clause #3 from my license where there are no othermrg
2004-01-21apply the patch from PR#24127: make audio_wav_parse_hdr() take u_int *mrg
2003-06-23Add NetBSD RCS Ids.agc
2003-04-06Respect the law: Use A-law and mu-law as spellings as far as easily possible.wiz
2002-12-08remove some #if 0 debug codemrg
2002-01-25add $NetBSD$mrg
2002-01-15- WARNS=3 (from ross@netbsd.org)mrg
2002-01-15- add rudimentary "wav" recording support: don't think it copes withmrg