Re: [asterisk-users] How do you convert your prompts to an asterisk-friendly format?

2012-08-28 Thread ABBAS SHAKEEL
Hi I wrote this article and at end i shared how to convert files have a look http://younewplanet.com/index.php/articles/2012-articles-2/asterisk-configuration-step-by-step Also i wrote an other article for file conversion you can also check that http://younewplanet.com/index.php/articles/2012-a

Re: [asterisk-users] How do you convert your prompts to an asterisk-friendly format?

2012-08-28 Thread Jason Parker
On 08/28/2012 10:32 AM, Danny Nicholas wrote: > Does the .c program compile stand-alone or as an add-on? > g++ check_sounds.c > check_sounds.c: In function âint main(int, char**)â: > check_sounds.c:152: error: invalid conversion from âvoid*â to âdirent**â > check_sounds.c:154: error: invalid conver

Re: [asterisk-users] How do you convert your prompts to an asterisk-friendly format?

2012-08-28 Thread Jason Parker
On 08/28/2012 10:04 AM, Andrew Latham wrote: > On Tue, Aug 28, 2012 at 11:00 AM, Johan Wilfer wrote: >> 2012-08-28 16:44, Andrew Latham skrev: >>> Try this to test with >>> http://www.digium.com/en/products/ivr/audio-converter.php and compare >>> your output first... >>> >> >> Interesting. Didn't

Re: [asterisk-users] How do you convert your prompts to an asterisk-friendly format?

2012-08-28 Thread Danny Nicholas
- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Johan Wilfer Sent: Tuesday, August 28, 2012 10:28 AM To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] How do you convert your prompts to an asterisk-friendly format

Re: [asterisk-users] How do you convert your prompts to an asterisk-friendly format?

2012-08-28 Thread Johan Wilfer
2012-08-28 17:04, Andrew Latham skrev: Yep, check out repotools for that http://svn.asterisk.org/svn/repotools/sound_tools/scripts/ Cool! Thank you! -- Johan Wilfer JT Technologies & Telecommunications AB Jabber: jo...@jttech.se | Phone: +46 31 3809100 -- __

Re: [asterisk-users] How do you convert your prompts to an asterisk-friendly format?

2012-08-28 Thread Andrew Latham
On Tue, Aug 28, 2012 at 11:00 AM, Johan Wilfer wrote: > 2012-08-28 16:44, Andrew Latham skrev: >> >> On Tue, Aug 28, 2012 at 10:39 AM, Johan Wilfer wrote: >>> >>> Hi, >>> >>> I've used the shells-script at the end of this email to generate 8khz >>> mono >>> wave-files for asterisk from a 144 khz

Re: [asterisk-users] How do you convert your prompts to an asterisk-friendly format?

2012-08-28 Thread Johan Wilfer
2012-08-28 16:44, Andrew Latham skrev: On Tue, Aug 28, 2012 at 10:39 AM, Johan Wilfer wrote: Hi, I've used the shells-script at the end of this email to generate 8khz mono wave-files for asterisk from a 144 khz recording. Try this to test with http://www.digium.com/en/products/ivr/audio-con

Re: [asterisk-users] How do you convert your prompts to an asterisk-friendly format?

2012-08-28 Thread Andrew Latham
On Tue, Aug 28, 2012 at 10:39 AM, Johan Wilfer wrote: > Hi, > > I've used the shells-script at the end of this email to generate 8khz mono > wave-files for asterisk from a 144 khz recording. > > The script does two things: resample & normalize the audio volume. > > Anyone like to share their recom

Re: [asterisk-users] How do you convert your prompts to an asterisk-friendly format?

2012-08-28 Thread Danny Nicholas
ers] How do you convert your prompts to an asterisk-friendly format? Hi, I've used the shells-script at the end of this email to generate 8khz mono wave-files for asterisk from a 144 khz recording. The script does two things: resample & normalize the audio volume. Anyone like to share their r

[asterisk-users] How do you convert your prompts to an asterisk-friendly format?

2012-08-28 Thread Johan Wilfer
Hi, I've used the shells-script at the end of this email to generate 8khz mono wave-files for asterisk from a 144 khz recording. The script does two things: resample & normalize the audio volume. Anyone like to share their recommendations / scripts for doing this conversion? I've just conver