mycroft
26fc0dfe09
Convert 8-bit signed linear data to unsigned for .wav files.
2004-07-19 19:27:59 +00:00
mycroft
680669cd36
Fix fencepost errors in the conversion functions (making them a bit more like
...
the kernel versions).
2004-07-19 19:15:05 +00:00
wiz
b9c239be76
Add -q to SYNOPSIS. From Kouichirou Hiratsuka in PR 26193.
2004-07-09 11:36:33 +00:00
fvdl
9651aa2f12
Don't set an int to NULL.
2003-10-21 02:15:00 +00:00
wiz
0402922a63
Sort usage, and move a word.
2003-08-07 10:04:21 +00:00
wiz
136392f22f
Add arguments to options in long description.
2003-08-07 10:04:01 +00:00
mrg
dd10ebe3f2
fix a now-wrong comment.
2003-07-21 00:55:59 +00:00
mrg
e312c82e5f
minor consistency nit
2003-07-21 00:55:40 +00:00
agc
c0db2196e7
Add NetBSD RCS Ids.
2003-06-23 12:15:00 +00:00
wiz
990562bfef
.Nm does not need a dummy argument ("") before punctuation or
...
for correct formatting of the SYNOPSIS any longer.
2003-02-25 10:34:36 +00:00
mrg
c0f9ed084d
- decode_int(): always use base 10, so that a time of "1:09" works.
...
- decode_time(): 60 seconds in a minute, really.
both from tsarna@netbsd.org .
- be verbose about the time we are going to record for, if verbose.
2002-12-27 23:43:15 +00:00
wiz
e93f0aaa95
Be consistent about putting commas between items in an enumeration.
2002-12-18 19:48:28 +00:00
mrg
be9dc1869d
fix the description for "-p" to match reality, new text provided in PR#18949.
2002-12-08 10:00:12 +00:00
wiz
900f387c29
New sentence, new line. Sort options. Bump Dd for .wav-file handling.
...
Some nits.
2002-10-13 01:03:48 +00:00
mrg
ba18b19aa5
if the output file is called *.wav, output a WAV file.
2002-10-13 00:56:44 +00:00
ross
96e43b2c89
+ rephrase a bunch of stuff
...
+ fix totally bogus -i text
2002-09-02 04:40:03 +00:00
grant
eda9e509bb
sweep of errx/warnx, remove unnecessary trailing \n
2002-07-20 08:40:16 +00:00
mrg
c5c02584f0
fix an error message.
2002-07-20 07:45:08 +00:00
uwe
770c31348b
_PATH_SOUND0 should be opened O_RDONLY (obvious pasto).
2002-03-21 03:48:24 +00:00
augustss
957cbd212d
Update man pages to reflect the use of /dev/sound instead of /dev/audio.
2002-02-26 00:15:57 +00:00
wiz
638f85ed29
Be more verbose in description of -e.
2002-02-10 16:46:44 +00:00
mrg
16189b5a23
- add a AUDIO_FORMAT_DEFAULT. use it. don't change functionity.
...
- fix the function selection in sunau conversions.
- be more verbose when given -V. (hi lennart! :)
2002-02-10 15:30:53 +00:00
mrg
53ecceda8d
apply the same fix as the previous to WAV output creation.
2002-02-10 13:23:27 +00:00
mrg
10d9e15ba0
convert the host (non _LE or _BE) encodings we can, as well. fixes part
...
of PR#12809...
2002-02-10 13:16:08 +00:00
ross
2a76afae02
Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
2002-02-08 01:36:18 +00:00
augustss
b5d25cc57f
Test for default device in a portable way. Thanks to Michael Ericsson
...
for spotting the problem.
2002-02-05 00:17:26 +00:00
jdolecek
ef0bbb2a55
Retire -C, do all the ioctls on same audio device we do i/o
2002-02-02 20:20:23 +00:00
augustss
d1c426fe38
Use _PATH_SOUND etc, all fall back to _PATH_SOUND0 (etc.) if that fails.
2002-01-31 00:03:23 +00:00
mrg
85fefefd90
update .Dd
2002-01-25 15:35:32 +00:00
mrg
e7fdf18240
- WARNS=3 (from ross@netbsd.org)
...
- fix a bug in WAV conversions
2002-01-15 23:48:51 +00:00
wiz
65769c2397
Fix typos.
2002-01-15 17:21:47 +00:00
mrg
78c74d73fd
note about WAV sample conversions.
2002-01-15 17:18:28 +00:00
mrg
826ddb01b9
WAV seems to be signed only; convert unsigned samples.
2002-01-15 17:17:13 +00:00
mrg
fa4d70edd0
add a note about RIFF/WAVE support and one about signed/unsigned big/little conversion.
2002-01-15 17:10:06 +00:00
mrg
7aab3ecc6e
for sun output files, if we have unsigned or little endian data, convert
...
it to signed big endian data. pull in a modified copy of the kernels'
auconv.[ch] to help with this (and remove some home grown code that did
some of the same things.)
2002-01-15 17:02:51 +00:00
wiz
b02fbc487c
Sort SEE ALSO.
2002-01-15 09:21:35 +00:00
mrg
829efa09e1
- add signed linear support to audiorecord's WAV support.
...
- swap big endian samples for WAV.
- update audioplay(1) and audiorecord(1) audio driver xrefs.
XXX fix support for unsigned linear samples -- it seems they need
to be converted to signed for WAV???
2002-01-15 08:59:20 +00:00
mrg
37188d08c6
- add rudimentary "wav" recording support: don't think it copes with
...
big-endian systems properly yet -- need to add RIFX support or swap
samples while writing. more on this coming soon.
- new "-F <format>" option for audiorecord. supported values of <format>
are "sun", "wav" and "none", plus a few aliases.
- split sun & wav support out into their own files.
- don't assume that WAV header elements are properly aligned for the
type of data they hold.
XXX: still need to clean up libaudio interfaces a lot.
2002-01-15 08:19:36 +00:00
wiz
2c26591198
Sort sections, sort SEE ALSO, drop trailing '.' in SEE ALSO, use standard
...
headers.
2001-12-01 17:17:58 +00:00
mrg
9a7e97f190
only warn about not writing the sun header once. PR#12809
2001-06-07 12:50:29 +00:00
wiz
48a36de9c0
Don't give .Os an argument, not even 'NetBSD' (default includes version).
2001-06-05 10:08:03 +00:00
wiz
a3cd8f7069
Explain '-c' option.
2001-05-04 23:42:23 +00:00
minoura
399af9e4a8
X68k built-in voice synthesizer supports 4bit ADPCM.
2001-05-02 12:49:41 +00:00
mrg
4ce4608f9f
cleanup. including proper fix for previous
2001-03-31 17:33:33 +00:00
pooka
9f88c37d11
add missing chapter number from ym(4) crossreference
...
Reported by Tetsuya Isaki in bin/12513
2001-03-31 14:19:51 +00:00
cgd
a8ec668ddf
convert to use getprogname()
2001-02-19 23:03:42 +00:00
christos
8f3b31ba6f
fix nested extern
2001-02-05 01:21:00 +00:00
mrg
67312df72f
de-__P()-ify
2000-12-22 11:38:42 +00:00
mrg
79a33dbcba
libaudio:
...
- rename audio_get_sun_encoding() to audio_sun_to_encoding()
- add audio_encoding_to_sun()
play.c:
- adapt
record.c:
- convert NetBSD encoding to sun encoding if possible, otherwise don't
output a header at all.
fixes PR#10380 from Michael Eriksson <eramore@era-t.ericsson.se>.
2000-12-13 08:19:54 +00:00
msaitoh
05e625cb7d
remove extra period
2000-09-06 20:22:53 +00:00