Commit graph

201 commits

Author SHA1 Message Date
Jaroslav Kysela
50414b817e Added -n (--list-devnames) command 2005-05-10 10:53:40 +00:00
Takashi Iwai
02244f65c0 Fix VU meter
Fixed VU meter output of 8 and 32bit samples.
2005-01-03 13:33:06 +00:00
Nicolas FRANCOIS
ca5f8cbcfe Fix hyphens in man pages
This patch converts hyphens to minus signs in the man pages (for options,
emails, or command line examples).

This patch also closes one font modifier in iecset.1.
(s/\fIfalse\fI,/\fIfalse\fP,/)

Signed-off-by: Nicolas FRANCOIS <nicolas.francois@centraliens.net>
2004-10-08 16:15:34 +00:00
Thomas Hood
c7faadde2d Describe what happens if aplay's --duration is zero
Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
2004-09-24 09:51:45 +00:00
Clemens Ladisch
72ae8b1e79 various bugfixes
- don't parse -X option because such an option doesn't exist
- allow argument for --sleep-min option
- fix handling of .voc magic string
- fix handling of .voc files on big-endian machines
- remove superfluous "size" parameter from check_wavefile_space macro
- reallocate buffer only if needed in check_wavefile_space
- fix playback of >2GB .wav files
- skip over padding bytes in .wav files
- fix memory leak when playing .voc silence blocks
- fix file length when recording >2GB .wav files
- fix recording of >4GB files
2004-09-13 07:04:53 +00:00
Clemens Ladisch
ce70bf037a manpages: remove bogus .ID macro, use .TP for examples 2004-07-09 07:09:28 +00:00
Takashi Iwai
36b797f335 Show warning if the format is changed due to the file type.
(e.g. WAV yields little-endian)
2004-07-01 09:36:54 +00:00
Clemens Ladisch
d6b7774f7f print caption in hardware list only once 2004-06-10 15:50:58 +00:00
Clemens Ladisch
4b26b779a1 fix default buffer time setting when maximum buffer time is less than 250 ms 2004-05-03 10:03:57 +00:00
Jaroslav Kysela
25141facf0 amorac <amorac@ole.com>
arecord doesn't record if you don't indicate the time limit
The problem happens when the Wave-file is checked for it being even.
I have tried with the next change in aplay.c and it seems to work fine.
2004-04-27 13:38:59 +00:00
Jaroslav Kysela
2b6e61e353 Jeff Law
aplay.c relies upon a GCC extension that has been removed.
Specifically the "cast as lvalue" extension. This patch removes
this dependency.
2004-03-09 17:43:46 +00:00
Jaroslav Kysela
9a30928540 more 64-bit stuff 2004-03-09 13:18:29 +00:00
Jaroslav Kysela
8383eaf65c Fixed calc_count() routine - wav files with traling RIFF chunks sound ok now 2003-11-28 10:24:53 +00:00
Takashi Iwai
911e5f7248 - fixed the infinite loop in probing a card control. 2003-11-27 11:07:25 +00:00
Jaroslav Kysela
80476a0170 - changes against PCM API switch
- 1.0.0 version
- fixed amidi warning
2003-11-05 11:08:25 +00:00
Takashi Iwai
9b621eeac4 - fixed the order of period and buffer size setting.
firstly period then buffer size.  this will avoid the problem of
  rounding.
2003-09-11 11:23:58 +00:00
Jaroslav Kysela
0cc48a4ef8 More size_t off64_t changes 2003-08-27 11:12:50 +00:00
Jaroslav Kysela
5014a50176 Added snd_config_update_free_global() calls and 64-bit file offset support 2003-08-27 11:08:27 +00:00
Takashi Iwai
cb8494d8d4 - added --buffer-size and --period-size options.
- accept -h as the help :)
- fixed VU meter for 8 bit and negative values.
- updated man page.
2003-08-07 14:48:17 +00:00
Jaroslav Kysela
271d3b0fa1 Fixed version string 2003-07-31 07:39:13 +00:00
Jaroslav Kysela
4bc7659559 Added handling of DRAINING state and extended verbose parts 2003-07-30 17:54:42 +00:00
Jaroslav Kysela
d1f08a0484 Yes, we have 192kHz hardware now 2003-07-29 14:33:47 +00:00
Jaroslav Kysela
09982b15d7 Added -f cdr 2003-06-04 07:31:50 +00:00
Jaroslav Kysela
071c299369 Added missing initialization of pbrec_count variable 2003-04-27 08:46:33 +00:00
Jaroslav Kysela
812cb6cfd1 More verbose error report (xrun) 2003-04-19 08:38:50 +00:00
Takashi Iwai
436b33787d - fixed the capture to stdout in WAV.
- allow more than 32bit int in the raw capture mode.
2003-03-19 14:42:00 +00:00
Jaroslav Kysela
ab0043f66a Added a small intro for device_list 2003-03-10 14:25:45 +00:00
Jaroslav Kysela
53fb81e39b Here's a new batch of Debian patches, all from David B. Harris.
- add a "Press Escape to quit" string to alsamixer's title, some uses
  couldn't figure out how to exit the program (Debian Bug#178393).
- hide the cursor, which was missplaced and wasn't goodlooking anyway
  (Debian Bug#81169).
- remove trailing spaces from amixer's output (Debian Bug#177518).
- don't ignore second -l/-L flags in aplay (Debian Bug#177521).
2003-02-24 13:51:15 +00:00
Jaroslav Kysela
1bfb694bf0 Sparc (AU) format is big endian (16-bit) 2003-02-24 12:44:05 +00:00
Jaroslav Kysela
3ca23300be Don't clear resources in signal handler more than one time 2003-02-17 18:07:24 +00:00
Jaroslav Kysela
cab2b63bef Added rate check 2003-02-12 13:51:25 +00:00
Takashi Iwai
c8ae22ea69 - fixed the calculation of playback/record count.
- fixed compile warnings on gcc3.3.
2003-02-04 16:03:12 +00:00
Takashi Iwai
056ee95e48 fixed the calculation of duration time for playback. 2003-01-29 11:15:54 +00:00
Jaroslav Kysela
bc9fc7595a Redo wrong changes by Takashi 2002-12-19 11:26:55 +00:00
Takashi Iwai
e8fd94060e store the actual RIFF length at the wav header by arecord.
will fix the data generated withtout -d option.
2002-12-19 11:10:05 +00:00
Jaroslav Kysela
f2aad9f2a6 Fixed detection of 24-bit wav files 2002-12-18 12:04:59 +00:00
Jaroslav Kysela
ad59b5031c Use new sw params API 2002-10-22 18:00:52 +00:00
Takashi Iwai
884bc104ef - fixed the multi-line string (deprecated).
- fixed the calculation of max peak for 32bit samples.
- change -v option accumulative.  peak bars are shown with double -v
  options.
2002-10-02 14:42:00 +00:00
Jaroslav Kysela
818b37a1d7 Updated to latest alsa-lib 2002-09-19 16:19:12 +00:00
Jaroslav Kysela
7dbfb61047 Updated for last changes 2002-09-17 13:02:17 +00:00
Takashi Iwai
a00e467d67 added -P (--playback) and -C (--capture) options to specify the
stream explicitly regardless of its program name.
2002-08-27 16:33:28 +00:00
Takashi Iwai
a07a85bf5e support 24bit WAV format.
test sample files are wanted!
2002-08-27 16:32:16 +00:00
Takashi Iwai
ea1fec7d84 fixed capture of wav on big-endian. 2002-05-17 15:48:33 +00:00
Takashi Iwai
b9f9453a9a fixed the format of 16bit-au file. 2002-05-07 12:20:19 +00:00
Takashi Iwai
2ebe53c082 fixed typo of --period-size option. 2002-04-29 16:00:28 +00:00
Jaroslav Kysela
44c2918ad5 Fix for raw data recording by Georgios Papoutsis <gepap@gmx.de> 2002-04-01 19:29:22 +00:00
Jaroslav Kysela
95c2d5043a Fixed playing of wave files with big header section 2002-03-08 21:52:20 +00:00
Jaroslav Kysela
3fc76a4e6d Fixed count overflow problem 2002-02-23 09:28:47 +00:00
Jaroslav Kysela
5524873f8d Improved peak printed results 2002-02-22 08:30:04 +00:00
Jaroslav Kysela
6c97531cf5 Added support for 32-bit counts 2002-02-07 16:46:29 +00:00