Re: [ecasound] error

New Message Reply Date view Thread view Subject view Author view Other groups

Subject: Re: [ecasound] error
From: Jeremy Hall (jhall@UU.NET)
Date: Mon May 22 2000 - 07:16:34 EEST


Hi,

Well, in this example, you appear to be trying to play a file on channel1
while recording from /dev/dsp and sending that to duet.wav. If you want
to merge something with stuff from /dev/dsp, you might try:

ecasound -a:1 -i track1.wav -o /dev/dsp1 -a:2 -i /dev/dsp -o track2.wav

If then you wish to play both together,

ecasound -a:1 -i track1.wav -a:2 -i track2.wav -a:all -o /dev/dsp

_J
In the new year, I'm Your Handiman -Online- wrote:
> hi..
>
> i'm getting following error ( really big time ecasound beginner plus
> never done "console" mode stuff before always gui windows ) first
> time recording ( playing working fine....)
>
> ERROR: [AUDIOIO-OSS] : "unable to open OSS-device to O_RDONLY"
>
> i tried multi-track recording and its not working either...i issued
> command exaxctly from examples page at kai's site using my own "".wav
> file etc. and it gives no errors but when type start it doesn't seem to
> do anything..........
>
> this is copy and paste from console of what i'm trying to do and
> segmentation fault I'm getting
>
> thanks for any help
> lee-
>
> [root@localhost bin]# ecasound -c -b:128 -r -f:16,2,44100\-a:1 -i
> /usr/local/touchme.wav -o /dev/dsp\-a:2 -i /dev/dsp0 -o duet.wav
> ****************************************************************************
>
> * ecasound v1.7.7r11 (C) 1997-2000 Kai
> Vehmanen *
> ****************************************************************************
>
> (eca-session) Interactive mode enabled.
> (eca-session) Raised-priority mode enabled.
> (eca-chainsetup) Setting buffersize to (samples) 128.
> (eca-chainsetup) Set active format to (bits/channels/srate):
> s16_le/2/44100
> - [ Chainsetup/Enabling audio inputs ]
> -------------------------------------
> (eca-audio-objects) Audio object "/usr/local/touchme.wav", mode "read".
> (audio-io) Format s16_le, channels 2, srate 44100.
> ecasound ('h' for help)> start
> - [ Controller/Processing started ]
> ----------------------------------------
> ecasound ('h' for help)> (eca-main) Using realtime-scheduling
> (SCHED_FIFO/10).
> - [ Engine/Init - mixmode "normal iactive" ]
> -------------------------------
> Segmentation fault
>
>
> --
> To unsubscribe send message 'unsubscribe' in the body of the
> message to <ecasound-list-request@wakkanet.fi>.
>

--
To unsubscribe send message 'unsubscribe' in the body of the
message to <ecasound-list-request@wakkanet.fi>.


New Message Reply Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Mon May 22 2000 - 07:17:49 EEST