Question:
Is there a way to interface C programming with raw digital audio data?
Lenny
2009-06-16 20:49:23 UTC
I mean, is there a way I can write a program in C that uses digital audio data as input? I'm talking down to the bits, perhaps from a WAV file at around 128kbps or so. I'm doing some work with digital signal processing and FFTs, and have no patience for manually entering complex-valued test cases....
Three answers:
?
2009-06-16 23:11:36 UTC
Yes, C is very well suited to working with audio and doing DSP etc. I recommend FFTW for doing FFTs. Reading/writing the various audio file formats can be a pain but there is plenty of open source code out there for dealing with this kind of thing, depending on what platform you are using.
powley
2017-01-15 19:54:37 UTC
while you're speaking of writable CDs, there are 2 varieties, CD-everyday, which would be written by utilising any gadget. those are the so-talked approximately as CD-Audio discs you may purchase for many shopper audio CD recorders. it rather is becasue those discs have royalties paid on them, supposedly to pay artists for losses via piracy. the different is CD-documents, that may in basic terms be written to from computing gadget based CD author drives. the two is acknowledged by utilising a code embedded into the disc stamping which the writing gadget reads to correctly known the style, and different documents it may desire to compliment. There are no + and - for CDs, it rather is barely a DVD ingredient, usually in accordance with 2 distinctive technologies communities no longer desirous to artwork to make one format. There are purely R and RW for CDs, interior the final and documents types. sure, there are image CD-Rs, yet as close to as i will tell, they are purely documents CD-Rs.
2009-06-16 20:58:58 UTC
you manage audio data with C and C++



Play Stop Remix ,audio effects



http://www.codebeach.com/index.asp?tabID=1&categoryID=3&subcategoryID=5



http://internetconsultantonline.com/


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...