Sponsored Content
Operating Systems Linux Slackware Can't play sound files with aplay or cat to /dev/dsp Post 302478053 by slak0 on Tuesday 7th of December 2010 04:22:10 AM
Old 12-07-2010
Can't play sound files with aplay or cat to /dev/dsp

I am having problems using soundes. Until a few moments ago
the following commands produced errors and no sound:

cat /usr/share/apps/kolf/sounds/blackhole.wav/ > /dev/dsp yielded:
/dev/dsp: Invalid argument

cat /usr/share/apps/kolf/sounds/blackhole.wav > /dev/audio yelded:
/dev/audio: Invalid argument

aplay /usr/share/apps/kolf/sounds/blackhole.wav yielded:
main:590: audio open error: No such file or directory

and yet mplayer was happily playing audio with tv video. For that program the video is set up for drive 0 but for spurious reasons the program has to be fiddled to use drive 1. The camera, BT787, and VIA 8235 cards are 0, 1, 2 respectively. I don't know if this is related.

Now for no apparent reason it has started working. This is not a connection problem. It had been working until I installed Timidity++ which errors out also.
This is a 4 day headache so would make me happy if someone has a solution.
BTW I have seen suggestions to remove PCM add PCM, fiddle with XMMS and other supposed solutions. In scanning ALSAhowto I could find nothing that could link the responses I am getting. Thanks.

Last edited by slak0; 12-07-2010 at 05:29 AM..
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

is there kind of good utility that convert make files to dsp?

Hello all im looking for some kind of utility that convert make files to dsp files is there any kind of tool/script that does this job? thanks (1 Reply)
Discussion started by: umen
1 Replies

2. Linux

fedora: problem to play mp3 files.

hi friends. i have tried all above option to play mp3 files but i am not able to listen mp3 files. i have tried above option using yum like $ su - # yum install gstreamer-plugins-bad gstreamer-plugins-ugly gstreamer-ffmpeg i got a error like Loaded plugins: refresh-packagekit Could... (5 Replies)
Discussion started by: praneshmishra08
5 Replies

3. UNIX for Dummies Questions & Answers

cat /dev/null

Hi, Excuse my ignorance here - I'm a networks man and my knowledge of all things unix is somewhat limited. We have a very large file (/var/tmp/mond.log) that we need to zero - does the "cat /dev/null > /var/tmp/mond.log" command achieve this? (4 Replies)
Discussion started by: freakydancer
4 Replies

4. Linux

Can not play sound in Linux RHEL5.

Hi All, Recently I installed Linux RHEL5 on my machine. It seems that I can not play sound on RHEL5. I have real player installed along with RHEL5 but, when I try to play any song, the error message comes up saying "Can not open the audio device.Another application may be using it." Does any... (2 Replies)
Discussion started by: gydave
2 Replies

5. Shell Programming and Scripting

Error output of cat to /dev/null

Hello, I'm trying to send the error output of a 'cat' operation to /dev/null like this: cat /dirA/dirB/temp*.log > /dirA/dirB/final.log 2>/dev/null This works perfectly in a terminal, but not when placed in a script. If there are no files matching temp*.log the script outputs an error... (7 Replies)
Discussion started by: Nils88
7 Replies

6. Shell Programming and Scripting

Play sound

hi i want to produce digit sounds.for ex: if my input text is four five six then code should able to produce sounds corresponding to digits which are stored in some directory as four.wav,five.wav etc.Please help me (8 Replies)
Discussion started by: sreejithalokkan
8 Replies

7. Debian

How to play avi files Raspberry Pi?

Raspberry Pi B 2014-01-07 Raspbian fully up to date. Installed and configured motion for surveillance. It works just fine and creates .avi files and .jpeg. Installed Mplayer trying to run it from desktop was not successful. I did try to do a command line by executing sudo mplayer... (6 Replies)
Discussion started by: oldcity
6 Replies

8. Windows & DOS: Issues & Discussions

How to play video files one after the other continously?

Hi, There are many MP4 files in a folder say 50 files . All these files are video clipping files.Instead of playing the video one by one , is it possible to play all video clipping files into single shot ? Say for example when i play one video file it gets over after sometime and to view... (5 Replies)
Discussion started by: Maddy123
5 Replies

9. UNIX for Advanced & Expert Users

Cmd 'cat /dev/urandom' not closing cleanly

Hi I'm running the following command to generate a random password in a KSH script on a RHEL Linux VM but for some reason the cmd is not being closed and it's causing problems on the host. PASSWORD="$(cat /dev/urandom | tr -dc "a-zA-Z0-9" | fold -w 16 | head -1)Aa0!" The code worked as... (2 Replies)
Discussion started by: user052009
2 Replies
NA_RECORD(1)						    BSD General Commands Manual 					      NA_RECORD(1)

NAME
na_record -- record waveform from audio device SYNOPSIS
na_record [-h] [-f sampling rate] [-audiodevice device] [-time seconds] [-o file] [-otype type] [-ostype sample type] [-F sample rate] [-obo MSB | LSB | native] [-oswap] [-p audio device protocol] DESCRIPTION
na_record records digital audio data from the system's audio input device and writes it to the specified file. It supports a variety of out- put file formats and native audio devices. The following option flags are recognized: -h Prints a short summary of usage to standard output. -f sampling rate Sets the input sampling rate (in samples per second, i.e. Hz). Not all devices support all sampling rates, so it may be desire- able to set this separately from the output sampling rate. -audiodevice device Sets the audio device to record from, if supported by the audio protocol chosen (e.g. /dev/dsp, /dev/audio) -time seconds Stops recording after the specified number of seconds. -o file Writes sound output to the specified file -otype type Specifies the file format to use for output. Supported types currently include nist, est, dsps, snd, riff, aiff, audlab, raw, and ascii. The -h flag will show the most accurate list. The default type is nist. -F sampling rate Sets the output sampling rate (again, in samples per second, i.e. Hz). If this differs from the input sampling rate, resampling will be done. Defaults to 16000Hz. -obo byte order Sets the output byte order. Supported values are MSB, LSB, and native. Many file formats have their own byte order, or are byte order independent, so this isn't tremendously useful except for raw data. The default is the native byte order for the system audio device. -oswap Swap bytes when saving to output. -ostype sample type Sets the sample type of the output. Suported values are short, mulaw, byte, or ascii. Again, this is usually implied by the file format, so should only be used for raw data. The default is short (i.e. 16-bit PCM). -p audio device protocol Selects an audio device protocol (i.e. type of audio device) to use. This varies between different installations of Speech Tools, but defaults to the most 'native' audio device, usually Open Sound System on Linux and *BSD and /dev/audio on Solaris. ENVIRONMENT
NA_PLAY_PROTOCOL Audio protocol to use (as in the -p flag) NA_PLAY_HOST Host to record audio from when using a network audio protocol. EXAMPLES
To record five seconds of audio from /dev/dsp1 (on Linux) to foo.wav in RIFF format at 32kHz: $ na_record -time 5 -audiodevice /dev/dsp1 -o foo.wav -otype RIFF -f 32000 To record one second of audio to bar.wav in raw format in 8kHz mu-law: $ na_record -time 1 -o bar.wav -otype raw -ostype mulaw -f 8000 BUGS
The -time argument only accepts integer values (though the usage message implies otherwise) SEE ALSO
na_play(1) Edinburgh Speech Tools April 4, 2001 Edinburgh Speech Tools
All times are GMT -4. The time now is 11:55 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy