25 May '13 - 01:17
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
Un4seen Developments Forum
>
Developments
>
BASS
> Topic:
Wav file ecode summary problem
Pages: [
1
]
« previous
|
next »
Reply
|
Print
Author
Topic: Wav file ecode summary problem (Read 557 times)
Mahesh
Posts: 1
Wav file ecode summary problem
«
on:
5 Jun '09 - 21:48 »
Quote
Hi,
I have a wav file which doesn't show the summary if we right click the file and try to see the summary. It looks like the wav file header may not have been generated correctly. FYI: I am getting this file from outside vendor and I have to fix this to have proper header.
I was thinking to encode it using EncoderWAV and specify bitrate, sample rate etc. However, I am new to this format and don't know what to do.
I want to recreate the file with this specification.
Bit Rate: 13kbps
channels: 1(mono)
Audio sample rate: 8khz
Audio format: GSM 6.10
I would appreciate if someone can shed some light. Would reading the file into stream and recreating help? If yes, can someone provide me with sample code?
here is what I tried but it did not create a new file
EncoderWAV eW = new EncoderWAV(0);
eW.InputFile = @"C:\Projects\testing\Generic_whisper11.wav";
eW.OutputFile = @"C:\Projects\testing\Generic_whisper11_output.wav";
BaseEncoder.EncodeFile(eW, null, true, false);
Thanks
Mahesh
Logged
Pages: [
1
]
Reply
|
Print
Un4seen Developments Forum
>
Developments
>
BASS
> Topic:
Wav file ecode summary problem
« previous
|
next »
Jump to:
Please select a destination:
-----------------------------
Developments
-----------------------------
=> BASS
=> XMPlay
=> MO3
-----------------------------
Off Topic
-----------------------------
=> General Discussion
Loading...