Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.7K
~653 People Reached
Favorite Tags
Member Avatar for sireesha.c

Hi, i am working on splitting .wav files with bitrate 13 kbps,mono, sample rate 8 khz and audio format GSM 6.10.my code is like this private void SplitFile(string FileInputPath, string FolderOutputPath, int OutputFiles) { string inputFile = FileInputPath; // Substitute this with your Input File FileStream fs = new FileStream(inputFile, …

Member Avatar for DdoubleD
0
496
Member Avatar for black3

I was wondering if it is possible to write a program in C or C++(maybe even Visual Basic, as i m more experienced with that programming language) to convert a .wav file into bytes and save the same file as a text file. I am a Visual Basic programmer and …

Member Avatar for Troy III
0
157