[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: [linux-audio-user] Appending soundfiles (Re: creating audio-only dvds)
From: Kjetil Svalastog Matheussen (k.s.matheussen_AT_notam02.no)
Date: Mon Oct 25 2004 - 15:04:00 EEST


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 - 15:09:31 EEST