Is there a way to use QtMultimedia to access the PCM raw audio samples of MP3 files stored on a, say, Nokia N950 phone?
Here is what I would like to do. I would like to find the audio frequency and amplitude of a .wav file at every say 1ms of that .wav file and save it into a file. I have graphed frequency vs amplitude
I have a working solution partly in .NET that takes an MP3 file (vocal audio) and saves a version of the MP3 at a slowed playback rate, while preserving pitch. I have found a solution that does preser
In .NET Assembly mscorlib System.IO namespace, I am using ReadInt16() method to loop through audio data bytes and dumping signed integer values into a text file. How does one interpret the two values
I\'m trying to determine Beats Per Minute (BPM) from the microphone using sound energy, I think I\'ve figured out the part determining BPM but having a little trouble obtaining the RAW data.
I am working on a very basic robotics project, and wish to implement voice recognition in it. i know its a complex thing but i wish to do it for only 3 or 4 commands(or words).
I want to do message embedding in audio/video files using Python. Does anyone have informatio开发者_开发技巧n about some libraries I can use for bit manipulation in audio/video ?There is a list of aud
I need a software or a library which handles with audio comparison, but not using the tag\'s inside mp3 ,it should compare similarity or confidence between 2 audio Files, or if i cut a piece from an a
I\'m trying to build a server for processing audio from an i开发者_运维问答ncoming UDP connection. I need to be able to do things like change the frequency of the incoming stream (probably a .wav), th
I want to increase a volume on buffer with voice data. The point is I\'m using DirectSound and I have one primary and one secondary buffer - all streams mixing is done by hand. In a voice chat all par