Hi guys, Being a true Linux geek, I've never been too much into sounds or sound files other than a few .mp3 songs I got. My question is pretty straightforward and simple. I see that the music format of choice for asterisk is .gsm. What can I use to listen to files in .gsm format and what is the most effective way of recording files into .gsm format? The last part of the question is pretty simple as well. I have a soundblaster live pci 16. Is this pretty sufficient for asterisk? Thanks in advance. AJ
At 10:34 2003-06-15 -0400, you wrote:>Hi guys, >Being a true Linux geek, I've never been too much into sounds or sound >files other than a few .mp3 songs I got. My question is pretty >straightforward and simple. I see that the music format of choice for >asterisk is .gsm. What can I use to listen to files in .gsm format and >what is the most effective way of recording files into .gsm format?The "sox" program will convert wav into gsm: $ sox foo.wav foo.gsm does the trick. -- Moshe Yudkowsky Disaggregate 2952 W Fargo Chicago, IL 60645 USA www.Disaggregate.com speech@pobox.com +1 773 764 8727
>>>>> "Moshe" == Moshe Yudkowsky <speech@pobox.com> writes:Moshe> The "sox" program will convert wav into gsm: And can also be used for playback. The sox package usually comes with a script called play; you can use that for easy playback of most audio formats: play foobar.gsm -JimC
Hi, Something similar on Windows 2K/XPor Pocket PC too? Thanks, Dan ----- Original Message ----- From: "James H. Cloos Jr." <cloos@jhcloos.com> To: <asterisk-users@lists.digium.com> Sent: Sunday, June 15, 2003 10:56 PM Subject: Re: [Asterisk-Users] .gsm files> >>>>> "Moshe" == Moshe Yudkowsky <speech@pobox.com> writes: > > Moshe> The "sox" program will convert wav into gsm: > > And can also be used for playback. The sox package usually comes > with a script called play; you can use that for easy playback of most > audio formats: > > play foobar.gsm > > -JimC > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > >
At 23:13 2003-06-15 +0300, you wrote:>Hi, > >Something similar on Windows 2K/XPor Pocket PC too?sox is also available for Win32. Try <http://sox.sf.net> for a binary or for source. -- Moshe Yudkowsky Disaggregate 2952 W Fargo Chicago, IL 60645 USA <http://www.Disaggregate.com>
On Sun, 2003-06-15 at 09:34, firedude@shorelinuxsolutions.com wrote:> Hi guys, > Being a true Linux geek, I've never been too much into sounds or sound > files other than a few .mp3 songs I got. My question is pretty > straightforward and simple. I see that the music format of choice for > asterisk is .gsm. What can I use to listen to files in .gsm format and > what is the most effective way of recording files into .gsm format? > > The last part of the question is pretty simple as well. I have a > soundblaster live pci 16. Is this pretty sufficient for asterisk? > Thanks in advance. > AJLook into sweep. Sweep seems like a pretty good audio app. I've used it recently with a recording I made from asterisk to convert it to formats that other people might be able to use. For recording prompts, I have had plenty of luck just using the telephone and an extension to play a beep, then record. I then can either hangup, or I have set it up to playback the recording after pressing # in the recording. -- Steven Critchfield <critch@basesys.com>