Hemant Joshi | 4 Feb 2005 01:53
Picon
Favicon

Urgent: Need help regarding ecasound-mixing:: Someone please reply

Email: hemant_joshius <at> yahoo.com

> Hi,

>  I was looking for someone who knows about the ecasound package.
> I desperately need to make it work for one of my projects.
> What I am looking for is to have my recording and want to add a 
> background that is coming from a small file that can go in a loop.
> 
> 
> I just want to take that and mix the loop file in the background 
> so that it repeats for the entire duration of my recording.
> 
> Here is my short description of the problem. I will highly appreciate 
> if you can suggest me command line for ecasound to make it work.
> 
> Assuming I have a small 20s long audio file(f_small.wav) and a 10 minutes long audio file
> (f_long.wav).
> I want to mix them in such a way that the f_small.wav repeats (loops) in the background for the
> entire duration of f_long.wav (10 min).
> 
> How to make it work.
> 
> I used
> ../ecasound -a:1 -i f_long.wav -a:2 -i f_small.wav -tl -a:all -o mixed_new.wav
> 
> It just waits and never finishes:
> 
> 
> ****************************************************************************
(Continue reading)

Eric Dantan Rzewnicki | 4 Feb 2005 03:15

Re: Urgent: Need help regarding ecasound-mixing: Re: MIDI controllers...

Hemant Joshi wrote:
> Hi,
>    This isn't related to the subject matter discussed in this mail.
> However I was looking for someone who knows about the ecasound package.
> I desperately need to make it work for one of my projects.
> What I am looking for is to have my recording and want to add a 
> background that is coming from a small file that can go in a loop.
> I just want to take that and mix the loop file in the background 
> so that it repeats for the entire duration of my recording.
> Here is my short description of the problem. I will highly appreciate 
> if you can suggest me command line for ecasound to make it work.
> Assuming I have a small 20s long audio file(f_small.wav) and a 10 minutes long audio file
> (f_long.wav).
> I want to mix them in such a way that the f_small.wav repeats (loops) in the background for the
> entire duration of f_long.wav (10 min).
> 
> How to make it work.
> 
> I used
> ../ecasound -a:1 -i f_long.wav -a:2 -i f_small.wav -tl -a:all -o mixed_new.wav
> 
> It just waits and never finishes:

You need to wrap f_small.wav in a .ewf file. read about ewf here:
http://eca.cx/ecasound/Documentation/users_guide/html_uguide/index.html#htoc37

-Eric Rz.

-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
(Continue reading)

Hemant Joshi | 5 Feb 2005 06:56
Picon
Favicon

Re: Urgent: Need help regarding ecasound-mixing: Re: MIDI controllers...

Thanks, It worked.
Hemant
--- Eric Dantan Rzewnicki <eric <at> zhevny.com> wrote:

> Hemant Joshi wrote:
> > Hi,
> >    This isn't related to the subject matter discussed in this mail.
> > However I was looking for someone who knows about the ecasound package.
> > I desperately need to make it work for one of my projects.
> > What I am looking for is to have my recording and want to add a 
> > background that is coming from a small file that can go in a loop.
> > I just want to take that and mix the loop file in the background 
> > so that it repeats for the entire duration of my recording.
> > Here is my short description of the problem. I will highly appreciate 
> > if you can suggest me command line for ecasound to make it work.
> > Assuming I have a small 20s long audio file(f_small.wav) and a 10 minutes long audio file
> > (f_long.wav).
> > I want to mix them in such a way that the f_small.wav repeats (loops) in the background for
> the
> > entire duration of f_long.wav (10 min).
> > 
> > How to make it work.
> > 
> > I used
> > ../ecasound -a:1 -i f_long.wav -a:2 -i f_small.wav -tl -a:all -o mixed_new.wav
> > 
> > It just waits and never finishes:
> 
> You need to wrap f_small.wav in a .ewf file. read about ewf here:
> http://eca.cx/ecasound/Documentation/users_guide/html_uguide/index.html#htoc37
(Continue reading)

Kai Vehmanen | 5 Feb 2005 17:26

Re: new eca.cx webserver/DNS, mailing list change on the way

Hi,

today I've changed the eca.cx MX records (i.e. a new mail server is
handling all mails for eca.cx), and unfortunately not all went smootly.  
First, it seems that some mails from sf.net are not coming through to my
accounts at eca.cx.

More importantly, the ecasound-list <at> eca.cx alias does not work.
Sf.net does not accept mails, forwarded from the new eca.cx mail server. 
This means that the address:

   ecasound-list <at> lists.sourceforge.net 

... must be used from now on for posting to the list. Mails to the old
ecasound-list <at> eca.cx and ecasound-list <at> wakkanet.fi addresses will end up 
to my personal mail box. I'll try to bounce these to the list manually.

... otherwise the eca.cx hosting changes are now almost all done.  
Hopefully we can soon return back to the normal development routine and
forget about these project infra worries.

On Mon, 24 Jan 2005, Kai Vehmanen wrote:

> Hello list,
> 
> the eca.cx domain has been relocated to a new server today. Also DNS
> server for the domain has changed. If you note any problems, please report
> them to me. Mirrors of the website are available at ecasound.seul.org and 
> ecasound.sourceforge.net.
> 
(Continue reading)

Kai Vehmanen | 5 Feb 2005 15:30

Re: ecasound and ladspa

Hello,

On Tue, 25 Jan 2005, Julien Claassen wrote:

>   1. Can ecasound display ladspa control outputs?

yes, with either cop-status or copp-get EIAM commands.

>   2. If a ladspa plugin outputs two different things in two different 
> audio-outputs, can I put them into two different channels?
>   E.g.: I take the com_splitter (1411) plugin and want output 1 and output 2 
> in two different locations, how should I do it? Should the input really have 
> only one channel?

Yes, you need to feed the splitter a stereo audio stream, with valid 
data on the first channel. The resulting stereo output stream will
contain splitter's outputs 1&2. So something like:

ecasound -f:16,1,44100 -i mono.wav -erc:1,2 -el:com_splitter -f:16,2,44100 -o stereo.wav

Ecasound tries to map ports of multi-channel LADSPA plugins to 
matching channels of an Ecasound chain. If this fails (the chain
doesn't have sufficient in and out channels), Ecasound instantiates 
multiple plugins and uses them in mono/1ch mode.

>   3. Can I use a ladspa-plugin as a controller (like the -k* options)
>   Kindest regards

Unfortunately this is not possible.

(Continue reading)

Kai Vehmanen | 5 Feb 2005 17:38

Re: Re: Resampling in realtime

On Wed, 26 Jan 2005, Aaron Heller wrote:

[ ecasound-2.3.6-cvs-20041221.tar.gz ]
> The file make-test-files.csh is a script that uses ecasound and a ladspa
> plugin to make a couple of sine wave files at 96k samples/sec and then
> resamples them to 48k and 44k samples/sec. using ecasound and
> sndfile-resample.
[...]
> As you can see the results differ by at most 1 LSB.  No evidence of clicks.

Many thanks Aaron for performing these tests! Does anyone have test cases
that still cause problems (with the 20041221 snapshot)? If not, we are one
step closer to releasing 2.4.0.

--

-- 
 http://www.eca.cx
 Audio software for Linux!

-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Ecasound-list mailing list
Ecasound-list <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecasound-list

Kai Vehmanen | 8 Feb 2005 22:58
Picon
Picon

trouble with the mailing list

Hello,

unfortunately there are still troubles with this mailing list. It 
seems that at least my mails to list are lost somewhere. Let's see
if this post comes through (I'm temporarily using a different smtp 
server _and_ a different from-address -> sourceforge's SMTP server
makes a dummy SMTP connection to check that the from-address is
valid in addition to the normal checks concerning the connecting SMTP
server; only after these checks it accepts to receive mail).

I've submitted a new support request to sourceforge.net and the issue is
now under study:

https://sourceforge.net/tracker/index.php?func=detail&aid=1118006&group_id=1&atid=200001

--

-- 
 http://www.eca.cx
 Audio software for Linux!

-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Ecasound-list mailing list
Ecasound-list <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecasound-list

(Continue reading)

Kai Vehmanen | 7 Feb 2005 01:21

Re: minor mistaken comment

Hello,

going through some really old mails again... 

On Thu, 13 May 2004, Eric Dantan Rzewnicki wrote:

> The comment at line 16 in libecasound/plugins/audioio_sndfile.h looks
> like it was coppied from audioio_audiofile.h
[...]
>   * Interface to SGI audiofile library.

Oops, thanks for the note. This too has been fixed in 2.3.4. :) 

--

-- 
 http://www.eca.cx
 Audio software for Linux!

-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Ecasound-list mailing list
Ecasound-list <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecasound-list

Kai Vehmanen | 7 Feb 2005 01:31

Re: Resampling in realtime

Hello,

On Mon, 24 Jan 2005, Simon Werner wrote:

> Is ecasound capable of resampling (using resample-hq) an input in
> realtime? I have tried the following command and ecasound hangs

no, you cannot "slave" a real-time object to resample or resample-hq.

> ecasound -t:3 -f:24,8,96000 -i resample,44100,alsa,default -erc:5,1
> -f:24,1,44100 -o rec1.wav

But you can do the reverse:

ecasound -t:3 -f:24,8,96000 -i alsa,default -erc:5,1
 -f:24,1,96000 -o resample-hq,44100,rec1.wav

... resample-hq is quite cpu-intensive (doesn't run in real-time on my 
dual-450Mhz), so if you have problems, try with plain 'resample'.

> I was also wondering if the following (possible) bug has been fixed:
> http://www.eca.cx/ecasound-list/2004/07/0028.html

This has been fixed in the latest snapshot:
http://ecasound.seul.org/download/snapshots/ecasound-2.3.6-cvs-20041222.tar.gz

Please test the resampling functionality for any bugs. I'm hoping
to release 2.4.0 soon.

--

-- 
(Continue reading)

Kai Vehmanen | 5 Feb 2005 17:53

Re: new eca.cx webserver/DNS, mailing list change on the way

On Sat, 5 Feb 2005, Kai Vehmanen wrote:

> More importantly, the ecasound-list <at> eca.cx alias does not work.
> Sf.net does not accept mails, forwarded from the new eca.cx mail server. 
> This means that the address:
> 
>    ecasound-list <at> lists.sourceforge.net 

Oops, I forgot the reply-to header -- that was still pointing to the old
address. I now disabled it altogether. The list behaves now like most
other lists at sf.net (ALSA and JACK lists for example).

PS Always up-to-date info about the list can be found from:
   http://www.eca.cx/contact ...

--

-- 
 http://www.eca.cx
 Audio software for Linux!

-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Ecasound-list mailing list
Ecasound-list <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecasound-list

(Continue reading)


Gmane