Re: [linux-audio-user] Appending soundfiles (Re: creating audio-only dvds)

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-user] Appending soundfiles (Re: creating audio-only dvds)
From: Dave Phillips (dlphilp_AT_bright.net)
Date: Mon Oct 25 2004 - 17:01:57 EEST


Hi Kjetil:

  If you're using the special-menu.scm file from my work the Append File
item won't work, it needs replaced by the code you've printed below. I
just fixed it this weekend, now it works perfectly. There is also an
example in the Snd docs that shows how to place a 1-second silence
between the appends.

Best,

dp

Kjetil Svalastog Matheussen wrote:

>derek holzer:
>
>
>>>broken. This should be as easy as "File -> Open Append" and select all
>>>the files. Even easier than catting them all together.
>>>
>>>
>>Maybe you can tell me which app isn't horribly broken, then. I can't see
>>this "open append" feature in either Rezound or Audacity. Espc Rezound
>>is clumsy for this, because it has to visually render all the peaks.
>>Each 50 min chunk warns it will take 4 minutes to load this way!
>>
>>
>>
>
>SND, http://ccrma.stanford.edu/software/snd/snd/snd.html
>
>Start it, and paste the following into the terminal:
>
>(add-to-menu edit-menu "Append file"
> (lambda ()
> (select-file
> (lambda (filename)
> (insert-sound filename (frames))))))
>
>
>(I could have reccomend snd-ls, which is distribution of snd
>that have already configured append-file
>(http://www.notam02.no/arkiv/src/), but unfortunately, that
>function seems to be broken there.)
>
>
>
>
>


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Mon Oct 25 2004 - 16:07:10 EEST