Audio processing involves the study of mathematical and signal processing techniques to understand or alter the nature of audio signals. The different kind of audio signals under study include speech, music, environmental audio and computer audio. Audio is analyzed in the temporal or spectral domain ...
-1
votes
0answers
14 views
JVamp Plugins - understand the “process ()” method [closed]
Well, after I asked this question, I have decided to try out with processing the qm-vamp chromagram and qm-vamp barbeattracker output.....ok, but Vamp docs for java are very poor, so it's really ...
0
votes
0answers
21 views
Chromagram library class in Java
i'm writing a music IR software for my university class with java (i know, i know....bad idea!) and i need an easy way to obtain rough notes/chords information over the time. i've been thinking about ...
1
vote
3answers
59 views
Voice changer for audio files
I have some audio files in different voices (only spoken words there is no music or noise).
I am aiming to change all that audios for a one standard voice "man" voice for example
For example:
...
1
vote
1answer
69 views
How to make MATLAB play an array faster?
I'm working on a audio processor, which is supposed to change the pitch and add a vibrato to a song while it is playing. Note that, although the sound isn't live (e.g. from a microphone) the effects ...
1
vote
1answer
84 views
How to test sound level rms algorithm
My app. is calculating noise level and peak of frequency of input sound.
I used FFT to get array of shorts[] buffer , and this is the code :
bufferSize = 1024, sampleRate = 44100
int bufferSize = ...
1
vote
0answers
48 views
Get the fundamental frequency and converting it into RPM
I really need help. I searched over 13 hours for this but I didn't find something helpful
I have been working on an Android project for a while that displays the fundamental frequency of an input ...
1
vote
1answer
80 views
Matlab Dynamically changing Audio player sample rate
I am working on a project in matlab to take a predetermined audio file and change the sample rate dynamically from data generated in real time. I have hit a very stubborn roadblock with the ...
0
votes
1answer
130 views
FFMPEG audio decoding: efficient conversion from short to float sample buffer
I am using the FFMPEG avcodec_decode_audio* to decode audio input files of various types. The resulting samples are of type SHORT.
These samples are processed with another library which requires the ...
2
votes
1answer
138 views
Changing tempo (speed) of audio
I want to change the tempo of a stereo audio stream in near realtime - the audio is loaded from a file and the buffer should not be longer than 1 second.
I tried SoundTouch ...
0
votes
0answers
32 views
Controlling audio volume in real time
I'm currently using libsndfile in combination with PortAudio V19 to read audio data from a file and play it back. (Please note I am doing this on a Raspberry Pi running Raspbian.) The problem I'm ...
0
votes
0answers
96 views
Audacity like noise removal real-time [closed]
There is a microphone that has small but annoying background buzz. Audacity's noise removal deals with it like a charm.
Is there any software that can perform same processing on the fly?
If not, how ...
1
vote
0answers
102 views
Audio signal differences between files and recording from a microphone
I am working on developing a speech emotion recognition system for live recordings. I am using the OpenSMILE library for feature extraction. I have collected a set of audio files containing different ...
0
votes
1answer
58 views
XAudio2 occlusion processing
I'm working on a home brew game engine and I am currently working on the audio engine implementation. This is mostly for self-educational reasons. I want to create an interface wrapper for generic ...
0
votes
1answer
73 views
ActionScript 3: How can I keep an accurate BPM counter?
I'm looking to create a drum machine in ActionScript 3 (as an Adobe AIR Android app), which will keep to a user defined tempo (BPM).
I am struggling to find a way to keep the project in time, I have, ...
0
votes
1answer
189 views
How to compute zero crossing rate of signal? [closed]
I'd like get zero crossing rate of an audio signal. I tried to write the code of this formula:
But I dont excatly understand whole formula.
To process my code I split the signal by blocks, I mean ...
0
votes
0answers
49 views
Is the waveform of pre-emphasis filtered audio signal right?
Here is my code in C#:
//pre-emphasis filter
for (int i = 0; i < frameCount; i++) //for all frames
for (int j = 0; j < frameBlockSize; j++) //for each value of frames
if (i ...
-1
votes
1answer
124 views
What does “frame blocking” mean? [closed]
I'm curious about "frame blocking" which is the first step of feauture extraction as i saw in web site. It says that these steps should be follow for feature extraction of an audio:
frame blocking
...
-1
votes
3answers
166 views
calculating fft with complex number in c#
I use this formula to get frequency of a signal but I dont understand how to implement code with complex number? There is "i" in formula that relates Math.Sqrt(-1). How can I code this formula to ...
1
vote
1answer
40 views
Play mutiple audio at a time
I need to play multiple audio track at a time from sd card. I was trying to play with SoundPool. But it does not support larger files.
I tried with AudioTrack but it needs pure PCM code. PCM code ...
0
votes
1answer
156 views
Can't import audiolab in python
I installed audiolab from this source:
http://www.lfd.uci.edu/~gohlke/pythonlibs/#scikits.audiolab
Those are the only windows binaries for python 2.7 I was able to find.
When I call from scikits ...
0
votes
1answer
100 views
implementing FftPitchDetector in C#
I've added FftPitchDetector.cs into my project, but I'm not sure how to use it.
My code:
private void sourceStream_DataAvailable(object sender, NAudio.Wave.WaveInEventArgs e)
{
...
1
vote
2answers
213 views
detect sound level in raw pcm data
I writing small program which need to detect sound level and write it if level higher than set in settings, i done sound capturing via portaudio, compressing via libvorbis, but one part of program has ...
0
votes
1answer
190 views
matlab to android conversion to calculate energy [closed]
I have to convert a matlab code into Android. This matlab code contains energy calculation as shown below:
first I read the audio file into matrix x, and the sample frequency into fs, and then ...
6
votes
2answers
237 views
Audio and Signal Processing in Haskell
Do you know of alive attempts at audio synthesis / signal processing in Haskell ? Either for live performance or just for offline processing ? I am not looking for libraries relying on an external ...
1
vote
2answers
109 views
Is possible to acces the waveform of a song from a spotify app?
I am thinking on how to build an spotify app that does beat detection (extract bpm of a song).
For that I need to access the raw audio, the waveform, and analyze it.
I am new to building spotify ...
1
vote
2answers
573 views
Audio Feature Extraction using FFT, PSD and STFT and Finding The Most Powerful Frequencies
1) Let's assume I have FFT and STFT coefficients obtained using F = fft(x) and S = spectrogram(x). How can these coefficients be used as audio features? (Here audio feature is used as in the pattern ...
3
votes
3answers
204 views
Music Detection (Not Identification)
I'm trying to build a C# app that detects when music is present in a video.
I can get at the Audio find, in whatever format required. I however have hit a brick wall in music detection.
There are ...
-2
votes
1answer
144 views
How to get audio levels of an audio file extracted from a video file?
The frame rate of a given video is 24fps. For audio sampling rate equal to 44.1Khz and 22050 (Fs/2) samples of audio are present in every second of audio. i.e. for every video frame, 22050/24≈919 ...
4
votes
3answers
157 views
Calculating the difference between two sound samples
I have two sound samples (.WAV) and I want to find the difference between them. I've read about this subject and I know that I should use FFT to do such a thing.
Unfortunately, I can't find a way to ...
3
votes
2answers
155 views
Which API: JavaFX or JMF is better for audio processing in Java?
I am doing a project in which I have to transform the audio data (which would be most probably in mp3, wav or wma format) into a waveform and also get the FFT and pitch for it along with the time in ...
0
votes
1answer
110 views
How to process VUMeter on VSTGUI?
I'm on Xcode 4.5 and can't get a simple VU Meter working on VSTGUI.
I found no documentation for how to send values from the process loop to the CVuMeter Function.
I opened a thread at KVR a time ...
4
votes
0answers
126 views
Python does not detect soundtouch elements (bpmdetect and pitch) in gst-plugins-bad
I have installed gstreamer, gst-plugins-bad and its python bindings.
The following code selects a song from a given directory and plays it.
import pygst
pygst.require("0.10")
import gst
import ...
0
votes
0answers
151 views
algorithm for voice detecting / noise filtering [closed]
I need a way to filter some noise (like wind) and detect other defined noise like voice or something else. my input audio is PCM file, the problem is that the noise is in almost all spectrum.
I have ...
4
votes
1answer
636 views
Android Audio effect on wav file and save it
Requirement
Android open a .wav file in sd card, play it , add some effect (like echo, pitch shift etc), save the file with effect. Simple :(
What I know
I can open and play file using Soundpool ...
0
votes
1answer
230 views
How to modify a recorded voice to playback and sound “funny” in iOS?
I am creating one application which requires recording voice and then funny voice will play.
Is there any library to use this work function better?
0
votes
1answer
150 views
Downsample a wave file
I need to downsample a 16000 hz PCM 16 bit wave file to 8000 hz. I dont have much knowledge(almost no) on audio processing, i just understand bits, bytes, shifting etc as all programmers understand.
...
-2
votes
1answer
78 views
Which developer roles or titles are needed to build a software DAW?
So far, I've used many different Audio Production software on Mac and Windows platforms. Often times, I ponder on the idea of creating my own DAW, but I realize that would be an extremely difficult ...
0
votes
0answers
107 views
Relative beat detection for two audio recordings
[moderators: please move this to math.stackexchange.com]
I'm trying to synchronize (overlap) two audio recordings of the same song: a complete HQ version, and an incomplete, noisy version (phone ...
3
votes
6answers
452 views
Library for reading audio files
I want to process audio online/live where I constantly read audio samples from an audio file, process these (e.g. apply some effect), and forward the processed samples to an audio output device like a ...
0
votes
2answers
129 views
Transfer and extract message by Audio signal in Android
I do research about audio processing and have a big problem to solve. Is it possible to transfer a text message or binary stream(10101010) by embedding it into audio signal, broadcasting it so that ...
0
votes
1answer
170 views
How can I convert a sound file to .mif using MATLAB?
I want to have a mif file from the sound signal of a for example mp3 file. How can I do it using MATLAB?
Thanks,
BooMZ!
2
votes
3answers
459 views
Detect beat and play (wav) file in a syncronised manner
I am trying my hands at Audio Processing in python with this Beat Detection algorithm. I have implemented the first (non-optimized version) from the aforementioned article. While it prints some ...
0
votes
0answers
45 views
Configuring Synthesis Tool Kit Library in Visual Studio 2010?
I want to try some audio processing in C++, so I downloaded this library but cannot find how to configure it in visual studio 2010.
Should I try DirectSound library of Microsoft?
Which would be ...
2
votes
2answers
824 views
Transforming Audio Samples From Time Domain to Frequency Domain
as a software engineer I am facing with some difficulties while working on a signal processing problem. I don't have much experience in this area.
What I try to do is to sample the environmental ...
0
votes
1answer
114 views
Genrating a sound using two channel in MATLAB
I am trying to create a sound using two channels. I send two signals with different frequencies.
I am trying to do it without the Data Acquisition Toolbox. It is possible to do it?
1
vote
1answer
431 views
FFT Algorithm - How to convert samples to complex structs?
The short version of my question:
How do I go from an array of audio samples (as Int16) to Complex structs used by common FFT libraries such as AForge?
The long version of my question:
I am new to ...
1
vote
1answer
227 views
Breaking a video into frames with python
I am trying to write a program that deletes frames of a video that don't have a particular symbol in them. My general plan:
Split the audio from the video
Split the video into frames
Run the frames ...
0
votes
1answer
258 views
Is real time communication in matlab possible?
I am doing audio steganography using dsk TMSC6713. i want to send the message using dsk in real time to a PC, then do all processing and serial communication between the sender and receiver PC in real ...
0
votes
0answers
181 views
Sound matching library/algorithm [closed]
I am looking for a C# or java library (preferably C#) for computing a percent-similarity between two different sounds.
My intention is to create an android app that matches a pre-recorded sound to a ...
0
votes
0answers
25 views
Is there audio libraries that supports Side-Chain Compression in Flash?
Is there any known good libraries out there that can play music in one "channel" (not necessarily a SoundChannel object) and SFX to another channel, so that the SFXs compresses the volume of the music ...



