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.)
--