-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Roger Burton West Sent: Tuesday, October 12, 2010 3:15 PM To: [email protected] Subject: Re: [asterisk-users] sound file debug
You have two separate problems here: (1) >dollars.WAV: RIFF (little-endian) data, WAVE audio, Microsoft PCM, 8 bit, >mono 8000 Hz You should have generated this with 16-bit resolution, like all the others. (2) Not sure about the cents - sure it's coming out as 16-bit? Is the file in the right place? Don't know I would have ever found this in google, but apparently it's a Background (Playback?) bug. If I do Background(foo) and there is only a foo.WAV, I get the message in the CLI from my prior post. But, if there is also a foo.wav, Background apparently loads and plays that file. Here is the updated "file" for dollars that works file dollars* dollars.gsm: data dollars.wav: RIFF (little-endian) data, WAVE audio, Microsoft PCM, 16 bit, mono 8000 Hz dollars.WAV: RIFF (little-endian) data, WAVE audio, Microsoft PCM, 16 bit, mono 8000 Hz Can't be 100% certain on #2, but it must have been "right" because it works now. Go figure. -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
