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 11 matches

by Vlad
Tue Sep 14, 2004 2:45 am
Forum: Plum DEV Q&A
Topic: save records as wav file
Replies: 20
Views: 55166

I see that was done some changes in the platform.

I am waiting for a code sample yet.

Thank you in advance.
by Vlad
Thu Sep 02, 2004 2:38 am
Forum: Plum DEV Q&A
Topic: save records as wav file
Replies: 20
Views: 55166

Hi!
Doesn't you forget me? :)
by Vlad
Sun Aug 29, 2004 5:04 am
Forum: Plum DEV Q&A
Topic: save records as wav file
Replies: 20
Views: 55166

What about code example?
by Vlad
Thu Aug 26, 2004 10:26 am
Forum: Plum DEV Q&A
Topic: save records as wav file
Replies: 20
Views: 55166

OK
Thanks.
by Vlad
Thu Aug 26, 2004 7:21 am
Forum: Plum DEV Q&A
Topic: save records as wav file
Replies: 20
Views: 55166

Could you send me a code example how you
save records as a wav file?
by Vlad
Thu Aug 26, 2004 1:42 am
Forum: Plum DEV Q&A
Topic: save records as wav file
Replies: 20
Views: 55166

Only noise.
by Vlad
Wed Aug 25, 2004 10:57 am
Forum: Plum DEV Q&A
Topic: save records as wav file
Replies: 20
Views: 55166

sox command make my file playable in windows media player

but i don't hear the same information that i saved to file.
by Vlad
Wed Aug 25, 2004 10:50 am
Forum: Plum DEV Q&A
Topic: save records as wav file
Replies: 20
Views: 55166

Hi.
sox make my file readable for Media Player but data was
corrupted... may be you now why?

Thank you.
by Vlad
Tue Aug 24, 2004 12:10 pm
Forum: Plum DEV Q&A
Topic: save records as wav file
Replies: 20
Views: 55166

OK.
But if i use record tag with type='x-wav' i get a file with header.
Which type i should use?
by Vlad
Tue Aug 24, 2004 11:36 am
Forum: Plum DEV Q&A
Topic: save records as wav file
Replies: 20
Views: 55166

wav format

Thank you for response. I have succeed to save wav file on the server. The problem is that i can't to open this file with Media Player. I checked this file with hex editor and discovered that there are some information was wroten before the header (before RIFF) and chunk's size is not correct. After...
by Vlad
Tue Aug 24, 2004 2:23 am
Forum: Plum DEV Q&A
Topic: save records as wav file
Replies: 20
Views: 55166

save records as wav file

I have a problem to save and open recorded messages as a wav file. When i try to open the saved file i get an error that format is not correct. I use type='audio/x-wav' in <record> tag and save all input stream as a wav file. <form id='description1'> <record name='description1' type='audio/x-wav' be...