The audio-processing tag has no wiki summary.
16
votes
2answers
155 views
Detecting wind noise
I want to develop an app for detecting wind according the audio stream.
I need some expert thoughts here, just to give me guide lines or some links, I know this is not easy task but I am planning to ...
13
votes
6answers
449 views
How can I Compare 2 Audio Files Programmatically?
I want to compare 2 audio files programmatically.
For example: I have a sound file in my iPhone app, and then I record another one. I want to check if the existing sound matches the recorded sound or ...
7
votes
1answer
114 views
Verizon SongID - How is it programmed?
For anyone not familiar with Verizon's SongID program, it is a free application downloadable through Verizon's VCast network. It listens to a song for 10 seconds at any point during the song and then ...
5
votes
2answers
279 views
Help with implementing this beat-detection algorithm?
I recently tried to implement a beat detection code found here, namely the Derivation and Combfilter algorithm #1:: http://archive.gamedev.net/reference/programming/features/beatdetection/page2.asp
...
5
votes
4answers
543 views
Getting started with audio processing
I want to start learning about audio processing, out of general interest and curiosity. Someone asked a similar question and got this great conceptual introduction to the topic. But how does a ...
4
votes
5answers
932 views
Convert audio to text
I just want to know if there is any build in libraries or external libraries in Java or C# that allow me to take an audio file and parse it and extract the text from it.
I need to make an application ...
4
votes
1answer
583 views
Open source FSK decoder library?
I'm looking for a library or tool to decode FSK in wav files, e.g. caller id.
Currently using the tools bundled with vpb-driver for Voicetronix hardware that is available via debian/ubuntu. But this ...
4
votes
3answers
3k views
How to write C++ audio processing applications?
I'm an Electronics and Telecommunications student, next to my graduation. I'm gonna work on a project that involves my knowledge about DSP, music and audio in general. I allready know all the basic ...
3
votes
4answers
171 views
Python: Change Pitch of Audio File
this is my first post on stack. So far this site has been very helpful, but I am a novice and need a clear explanation to my problem, which is related to pitch-shifting audio in Python. I have the ...
3
votes
1answer
341 views
Guitar tuner with Ruby
I've never worked with real-time audio features.
I would like to know whether there are ruby libraries out there that would allow me to create something like a guitar tuner.
3
votes
1answer
540 views
Modify volume gain on audio sample buffer
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 ...
3
votes
2answers
654 views
What kind of sound processing algorithm allows you to make visualizations like this?
I'm interested in making an OpenGL visualizer for MP3's as a pet project.
I stumbled upon this youtube video which demonstrates someone showing off a visualizer being used in conjunction with ...
3
votes
1answer
895 views
change the pitch of a wave file in Android?
Can somebody tell me how to change the pitch of a wave file in Android?
2
votes
2answers
165 views
How to compare spoken audio against reference recording - language learning
I am looking for a way to compare a user submitted audio recording against a reference recording for comparison in order to give someone a grade or percentage for language learning.
I realize that ...
2
votes
2answers
380 views
Getting the amplitude(or rms voltage) of audio signal captured in C++ by wavin lib.?
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 know that using ...
2
votes
1answer
225 views
Any open-source audio-processing API with rich set of filters?
Wondering if there are any open-source Audio-Processing libraries. Would be excellent if they also support transformation filters.
For instance, is it possible to invoke the audio-processing ...
2
votes
1answer
224 views
How do I (in general) get from the mic to a musical note?
I am thinking of building ear training software for a personal project to learn Objective-C and I'd like to grab data from the mic and grab the frequency and duration to check it against the exercise.
...
2
votes
2answers
495 views
Acoustic Audio Comparing Library
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 ...
2
votes
2answers
1k views
Correct way to Convert 16bit PCM Wave data to float
I have a wave file in 16bit PCM form. I've got the raw data in a byte[] and a method for extracting samples, and I need them in float format, i.e. a float[] to do a Fourier Transform. Here's my code, ...
2
votes
2answers
285 views
WaveChannel32 gives me an exception: Offset and length were out of bounds
With the NAudio library I'm trying to mix some audio using a WaveMixerStream32 so I'm using WaveChannel32 to feed it the streams in the proper format. I've got an exception with the following message:
...
1
vote
0answers
64 views
Is there any library for audio processing in Android like OpenCV in image processing?
I understand OpenCV is a de facto library for programming image processing. I wonder if there is one C or C++ library like that in audio processing. I basically wants to filter those raw waves from ...
1
vote
0answers
165 views
C#/.net audio noise reduction [closed]
I'm developing a class library, that allows to do some manipulations with streamed audio (it is working with buffered samples, retrieved from recording device - so basically I've got an bytes array) ...
1
vote
4answers
241 views
Parsing Through Wave File with BinaryReader
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 ...
1
vote
3answers
553 views
Implementing a post-processed low-pass filter using core audio
I have implemented a rudimentary low-pass filter using a time based value. This is ok, but trying to find the correct time slice is guess work, and gives different results based on different input ...
1
vote
2answers
977 views
Audio programming, Sound Processing and DSP
I was playing with a karaoke application on iPhone and came up with following questions:
The application allowed its users to control the volume of the artist; even mute it. How is this possible?
...
1
vote
1answer
983 views
Audio processing libraries for Ruby?
Any recommendation on libraries to do audio processing in Ruby. I need to do the following two tasks:
Find silences, for which I'm happy to just be able to iterate over each sample in the wave.
Cut ...
1
vote
2answers
157 views
TV audio processing with TV capture card
I'm looking for an open source library or framework to process audio signal from a TV capture card. The idea is to detect TV ad spots and register the time and the channel where them happends. I never ...
0
votes
2answers
57 views
How to best determine volume of a signal?
I want to determine the volume of an audio signal.
I have found two options:
Compute Root Mean Squared of the amplitude
find the maximum amplitude
Are there advantages to using #1 or #2?
Here ...
0
votes
0answers
55 views
Implementing Video (or Audio) Uploading / Processing / Streaming in C# and ASP.NET
The required work flow:
User uploads a video or audio file.
File is processed by the server (converted to selected video/audio format).
File stored in the DB.
On users' request, they will be able to ...
0
votes
0answers
51 views
Modulate digital data into audio using AFSK
I want to modulate digital data into audio. Then communicate it through any audio channel and demodulate at the destination from audio to data again. To do this I hope to use computer sound card and ...
0
votes
2answers
61 views
How to detect the voice from an audio stream
I need to determine when someone speaks in an audio stream. I applied the Hamming window and calculated the FFT. How do i detect the human voice from here?
0
votes
1answer
148 views
Reading raw PCM samples from an MP3 file using QtMultimedia?
Is there a way to use QtMultimedia to access the PCM raw audio samples of MP3 files stored on a, say, Nokia N950 phone?
If it is not possible, what would be the reasonable alternative. Something ...
0
votes
1answer
268 views
Python find audio frequency and amplitude over time
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 ...
0
votes
1answer
62 views
.NET solution to create a slowed down playback rate MP3, with pitch preservation
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 ...
0
votes
2answers
313 views
Steganography on audio/video with Python
I want to do message embedding in audio/video files using Python. Does anyone have information about some libraries I can use for bit manipulation in audio/video ?
0
votes
1answer
475 views
Android Microphone To Pick Up A Specific Tone
Hello I was wondering if using the android tone generator class would it be possible to create a tone in one device and listen for this same tone in another device. If this is possible I do have a few ...
0
votes
1answer
85 views
Server Platform for Audio Processing
I'm trying to build a server for processing audio from an incoming UDP connection. I need to be able to do things like change the frequency of the incoming stream (probably a .wav), the amplitude, ...
0
votes
2answers
1k views
Audio processing in C# or C++
I would like to create an application that uses AI techniques and allows the user to record a part of a song and then tries to find that song in a database of wav files.
I would have liked to use ...
0
votes
5answers
5k views
processing an audio wav file with C
I'm working on processing the amplitude of a wav file and scaling it by some decimal factor. I'm trying to wrap my head around how to read and re-write the file in a memory-efficient way while also ...
0
votes
4answers
202 views
Is there a library that does what the Levelator does for .Net?
The Levelator is a program that you feed an audio file and it generates another one with a more constant volume ensuring that any recording problems (like a person sounding too loud, or being barely ...