[Asterisk-Users] Splicing audio clips into one stream

John Fraizer tvo at enterzone.net
Wed Jun 2 08:08:18 MST 2004


Michael Welter 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.
> 
> Thanks,
> 


cat clip1.gsm >> newclip.gsm ; cat clip2.gsm >> newclip.gsm

The pipe >> means "append" to the end of the file.

John




More information about the asterisk-users mailing list