Page 1 of 1

uploading mp3 files to Plum audio repository

Posted: Thu Sep 17, 2009 2:37 am
by ambreen@ebryx.com
Hi

When i try to upload mp3 files to plum audio repository, the files are saved as wav files. WHen I access the corresponding audio file URL, audio file format errors appear in call logs. How can I upload mp3 files to the audio repository?

Ambreen

IVR platform audio repository

Posted: Thu Sep 17, 2009 9:22 am
by support
Hi Ambreen,

About the IVR platform audio repository, all files that are uploaded use the following format:

http://audio.plumgroup.com/root/{8 Digit PIN}/{8 Digit PIN}_{File ID}.wav

You can read more about this here: http://www.plumvoice.com/docs/dev/plumd ... L_Examples

About the audio file format errors you are receiving, please keep in mind that these are the audio formats that we support: http://www.plumvoice.com/docs/dev/devel ... io_Formats

If your audio file is not in any of these formats, then you will encounter IVR errors.

Regards,
Plum Support

The mp3 audio file should be supported, no?

Posted: Thu Sep 17, 2009 11:52 am
by dhansen
Ambreen uploaded a mp3 file with the following specs: 32kbps (32khz), mono, CBR mp3, 926 kb. When posted on the Plum hosted site, she got an error message similar to:

"Attempting to fetch http://audio.plumgroup.com/root/6795654 ... 544_31.wav
• Audio segment from the URL http://audio.plumgroup.com/root/6795654 ... 544_31.wav added to prompt queue
File: http://audio.plumgroup.com/root/6795654 ... 544_31.wav not WAV/RIFF format
• Unrecognized format in WavDecoder
Failure during pvxPromptConvertCopySource
received event: connection.disconnect.hangup: "

Note that the above error message was for a larger file, 3 mb, and we thought it might be due to size. However, even when reduced below 1mb, there were the same errors.

Ambreen adds: "I placed the smaller audio file on another URL (where I have saved our proxy etc) with its extensions as .MP3 and used its URL in the script. The file was played back fine in the call." The drawback of this is possible delays in playbacks if the Plum Server needs to look on the net for the audio files.

THUS: How can we get our mp3 files saved on Plum's storage in a file format that it can recognize?

more developed IVR reply

Posted: Thu Sep 17, 2009 12:20 pm
by support
Hi dhansen,

The IVR post earlier wasn't entirely accurate. You are not able to upload .mp3 files to the audio repository. These files would have to be converted into .wav files ( in one of the correct audio formats for .wav files shown in http://www.plumvoice.com/docs/dev/devel ... io_Formats ) before being uploaded to the IVR audio repository.

Regards,
Plum Support

not mp3 then?

Posted: Thu Sep 17, 2009 12:33 pm
by dhansen
so the instructions stating that mp3 files are compatible is inaccurate? I'm referring to this: http://www.plumvoice.com/docs/dev/devel ... io_Formats, where mp3 is listed.

Our problem is the quality of the sound we get when uploaded with 8khz. What is the format that we can use with Plum that gives the BEST quality sound?

Thanks, David

IVR link for supported audio formats

Posted: Thu Sep 17, 2009 1:18 pm
by support
Hi David,

To clarify, this IVR document ( http://www.plumvoice.com/docs/dev/devel ... io_Formats ) lists the supported audio formats when using the IVR tag, <audio>.

However, for the IVR audio repository, you would have to upload .wav files in one of the following formats:

* 8 kHz 16-bit linear PCM WAV (*.wav)
* 8 kHz 8-bit µ-law WAV (*.wav)
* 8 kHz 8-bit a-law WAV (*.wav)

As for producing audio files that have the best quality sound, we recommend that you produce audio files with a format of 8kHz 16-bit mono.

Hope this helps!

Regards,
Plum Support

Re: uploading mp3 files to Plum audio repository

Posted: Sun Dec 02, 2012 11:44 pm
by dobara
Note that the above error message was for a larger file, 3 mb, and we thought it might be due to size. However, even when reduced below 1mb, there were the same errors.

Re: uploading mp3 files to Plum audio repository

Posted: Mon Dec 03, 2012 11:24 am
by support
Hi dobara,

When using the audio repository, you must upload .WAV files. However, you may use .MP3 files with the <audio> tag if you upload your MP3 to your own server.

Regards,
Plum Support