Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Audio processing using C

Status
Not open for further replies.

ashwini182

Member level 1
Member level 1
Joined
Apr 21, 2006
Messages
36
Helped
13
Reputation
26
Reaction score
11
Trophy points
1,288
Activity points
1,546
I need to process the .wav file signal using C .

All i need to know is

>> Can i process the .wav file using C ?
>> Is it possible independent of the OS ( independent of windwos,linux..platforms)?
>> I need to proceed with DSP processing like FIR filtering and etc with the file ,
how can i do it with C?
>> I need to work with wavelet trasnforms . so can i have example codes if any could share ?


Will be really glad to find some relevant replies.


Regards,

Ashwini
 

Hi,

Yes you can do this using C
The wav file format is os independent, so you can do this independent of the OS
You can look for some audio processing libirary in C/C++ on the net, you will surely find in it most of the functions you are looking for.

Regards,
Shohdy
 

Thanks for your care.


I searched but i cdnt really find proper ones. am straying about the files, example codes etc.

can u send me any links to proceed with ??

if possible any source code to understand??

will be of great help then
 

There is a great book about all this stuff:
C++ Algorithms for Digital Signal Processing by By Damon Danieli, Paul Embree.
Published by Prentice Hall.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top