On Wed, 02 Jun 2004 08:22:23 -0600, Michael Welter <[EMAIL PROTECTED]> wrote:

Is there a Linux tool that will splice several gsm sound clips together into one clip?

In my agi script, I would like to use 'get_data' with one clip instead of multiple 'stream_file' so the user doesn't have to listen to the entire spiel before responding.

You could use:

cat file1 file2 file3 > bigfile

but it wouldn't have any pause in between the files.

--

-S
_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to