I have just started to work with the iPhone SDk(have never worked with MAC either). I finished implementing a helloworld app on iPhone.
I am in the very ealy stages of developing this app but looking into it I have already reached a problem. I need to be able to play an audio file backwards (you know like to reveal hidden messages ;))
I\'ve got a problem. In Java I need to read samples from a wav file. The file format is: wav, PCM_SIGNED, signed int of 2bytes = 16bits, little endian...
How do I o开发者_开发百科verlay two or more wav files in c# ?Overlay? Mix them together? And output to soundcard? File? NAudio is handy for this kind of thing.
I have no experience in MATLAB and unfortunately my project is in MATLAB. Basically the objective is to read a music source (preferably in mp3 format but .wav is also OK) into MATLAB and then apply a
Is there an easy way to convert mp3s to wavs on a mac (p开发者_JS百科rogrammatically) with (maybe with QTKit)?
I need to get the length of a .wav file. Using: sox output.wav -n stat Gives: Samples read:449718 Length (seconds):28.107375
I need a python library or module or whatever that can compare a .wav file to microphone input without too too much code开发者_StackOverflow中文版. Sample code would be cool too. TY!I don\'t know if t
I\'m recording sound from microphone. Then I save PCM with wav header to isolated storage. Afterwards I play it using MediaElement. I want to have ability to pause the song but it\'s seems to be impos
How can I decode a RAW/WAV file into a list of numbers ? I need to do since I need to create a spectrogram/waveform from the audio file.