audio-processing Questions
1
I am working in a project where my task deals with speech/audio/voice comparison. This project is used for judging the winner in the competitions(mimicry). Practically I need to capture the user's ...
Turnkey asked 14/12, 2015 at 10:20
1
Solved
There is a previously recorded sound file containing user's voice. What I need to do is apply some sound filter to change the voice and after that be able to save and play modified version.
AudioK...
Hypochlorite asked 22/9, 2015 at 10:17
9
Solved
I want to build something similar to Tunatic or Midomi (try them out if you're not sure what they do) and I'm wondering what algorithms I'd have to use; The idea I have about the workings of such a...
Hedjaz asked 14/1, 2010 at 23:21
8
Solved
I am interested in determining the musical key of an audio sample. How would (or could) an algorithm go about trying to approximate the key of a musical audio sample?
Antares Autotune and Melodyne...
Busboy asked 29/6, 2010 at 14:58
2
Solved
I need to make an Android app that can recognize certain sound files created by me, and do an action on recognition. So something similar to Shazam/Soundhound, but with my own sound files.
I...
Alloy asked 20/6, 2013 at 7:10
0
I've got a number of questions this time, although they all relate to the same problem: I wanted to build a rudimentary sonar in Android, and have no clue as to how possible it is to do such a thin...
Boater asked 23/4, 2015 at 5:14
3
Solved
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 cod...
Bolus asked 7/1, 2011 at 20:58
4
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 plan...
Preexist asked 14/11, 2011 at 10:52
1
Solved
I am trying to extract amplitude information from a sound loaded from a URL using the Web Audio API instantaneously (not in real time), which will likely require the OfflineAudioContext. I am expec...
Scirrhus asked 27/3, 2014 at 1:27
1
Solved
There is precious little documentation on AVAudioMix and MTAudioProcessingTap, which allow processing to be applied to the audio tracks (PCM access) of media assets in AVFoundation (on iOS). This a...
Rocambole asked 30/5, 2013 at 10:30
1
I want to add an audio.mp3 soundtrack to a soundless video.mp4 file using a bash script, what is the correct syntax of the "cvlc" "ffmpeg" command line ?
I've recorded the video with VLC and --no-...
Buxtehude asked 27/11, 2013 at 23:6
6
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 lik...
Tatary asked 16/10, 2012 at 13:34
3
I am trying to measure the audio path from speaker to microphone on two different phones, an htc Wildfire S running Android 2.3.5, and an htc One X running Android 4.0.3. Using Eclipse, I coded an ...
Urissa asked 18/9, 2013 at 15:20
1
Solved
What do I need to do in order to process every file type accepted by mutagen, .ogg, .apev2, .wma, flac, mp4, and asf? (I excluded mp3 because it has the most documentation on it)
I'd appreciated ...
Diocletian asked 5/10, 2013 at 3:8
2
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 ...
Rewrite asked 1/2, 2013 at 15:47
4
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 ...
Aegospotami asked 8/8, 2011 at 8:18
1
Solved
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)
{
if (waveWriter ...
Vallo asked 21/2, 2013 at 17:55
2
Solved
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 ...
Emigration asked 21/2, 2013 at 12:50
1
Solved
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 Soundpoo...
Boelter asked 22/11, 2012 at 7:13
1
I am working on a android audio project which requires BPM tracking. I decided that writing my own would not be a good idea and after looking around, I found a few libraries that does BPM tracking ...
Vip asked 22/5, 2012 at 9:17
2
Solved
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 s...
Probability asked 19/8, 2012 at 20:11
3
Solved
I'm trying to make a simple "virtual scratcher" but I don't know the theory behind it. Since I've found nothing useful on google I'm asking it here:
What happen when I scratch (move the track for...
Aspia asked 7/5, 2012 at 16:59
4
Solved
I've been working with FFT, and I'm currently trying to get a sound waveform from a file with FFT, (modify it eventually), but then output that modified waveform back to a file. I've gotten the FFT...
Rematch asked 19/4, 2012 at 6:36
6
Solved
I don't want sound-to-text software. What I need is the following:
I'll record multiple (say 50+) audio streams (recordings of radio stations)
from that recordings, I'll mark interesting audio cl...
Blinker asked 12/5, 2010 at 9:54
5
Solved
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 applicat...
Mooring asked 18/10, 2010 at 10:41
© 2022 - 2024 — McMap. All rights reserved.