We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

Search found 5 matches

by bizmate
Sat Mar 26, 2011 5:34 am
Forum: Plum DEV Q&A
Topic: Recorded audio does not play - audio is corrup
Replies: 6
Views: 16210

Re: Recorded audio does not play - audio is corrup

Hi Diego, Alternatively, you can set the following within your <record> tag: <record name="myrecording" beep="true" type="audio/x-wav"> This will set the media format of the resulting recording to "audio/x-wav". In this way, you wouldn't have to send a raw audio file over to your server. Hope this ...
by bizmate
Thu Mar 24, 2011 3:42 pm
Forum: Plum DEV Q&A
Topic: Recorded audio does not play - audio is corrup
Replies: 6
Views: 16210

Re: Recorded audio does not play - audio is corrup

Also this does not work either

[SHELL]$ ffmpeg -i test.ul -ar 8000 testFile2.wav

... the output file is unusable, also i tried the file i receive from your server ... tried to play it in VLC that should play all kind of media but it is not working
by bizmate
Thu Mar 24, 2011 3:05 pm
Forum: Plum DEV Q&A
Topic: Recorded audio does not play - audio is corrup
Replies: 6
Views: 16210

Re: Recorded audio does not play - audio is corrup

Hi i have a very old version of ffmpeg that should do the conversion automatically on the server.... but still the output file is corrupt, i cannot either play it or when i run [SHELL]$ ffmpeg -i test.ul testDiego.wav the output file is corrupt I dont have sox is there anyway i can get this done wit...
by bizmate
Thu Mar 24, 2011 11:55 am
Forum: Plum DEV Q&A
Topic: Recorded audio does not play - audio is corrup
Replies: 6
Views: 16210

Re: Recorded audio does not play - audio is corrup

thanks for the reply

The environment i use does not have SOX installed. Can the format be changed on Plum's platform?

Br

Diego
by bizmate
Thu Mar 24, 2011 10:57 am
Forum: Plum DEV Q&A
Topic: Recorded audio does not play - audio is corrup
Replies: 6
Views: 16210

Recorded audio does not play - audio is corrup

Hi I have an evaluation account set up where the standard audio recording example does not work correctly. The audio file is sent to the server but it cannot play. What is the problem? Basic example <?xml version="1.0" encoding="UTF-8" ?> <vxml version="2.0"> <form> <record name="myrecording" beep="...