The sample-rate tag has no wiki summary.
5
votes
9answers
193 views
Library for samplerate conversion of audio data?
What is a good Delphi library for samplerate conversion of audio data? I don't mind paying for something.
I need to upsample and download sample audio in realtime. I understand the theory but don't ...
4
votes
4answers
777 views
Android AudioRecord - Won't Initialize 2nd time
Hej, im currently trying to get AudioRecord to work. Because I need it in a bigger project. But it seems to mess up a lot.
I have been trying alot of things, so I went back to basic when I traced this ...
4
votes
2answers
346 views
Fastest and most efficient upsampling routine for Audio in Java
I have a need to convert audio samples from 11025 and 22050 to 44100; I'm looking for the fastest and best sounding conversion routine. I require that the answer be given in pure Java, without the ...
4
votes
1answer
766 views
SpeechSynthesizer in C# creates wav that has 22kHz… needs to be 16kHz
My C# application needs to covert text to wav file and inject it into a Skype call. The code that creates the wav file is below. The problem is that the file has 22kHz sample rate and Skype accepts ...
3
votes
4answers
5k views
FFMPEG wmv conversion to flv
anyone using ffmpeg
I have a fairly simple wmv exported by a user from movie maker with standard output and want to convert to .flv using
C:>ffmpeg -i "E:\Jab Core 4 Recounters.wmv" -vcodec flv ...
2
votes
1answer
627 views
How to set Audio Sampling rate higher than 44.1kHz
I noticed that android.media.AudioRecord failed to work
when using wrong sampleRateInHz
REPRODUCE
You can also reproduce easily that issue
using pcmrecorder on Samsung Nexus S (by Google) :
...
1
vote
2answers
76 views
how can I scan live mp3 streams for their sample rate?
I am new to FFMPEG and I am suppose to scan all of my files for sample rate. I am not sure as to what this is because I am new to this and don't know how to even get started with FFMPEG's scanning. ...
1
vote
1answer
841 views
OS X / iOS - Sample rate conversion for a buffer using AudioConverterFillComplexBuffer
I'm writing a CoreAudio backend for an audio library called XAL. Input buffers can be of various sample rates. I'm using a single audio unit for output. Idea is to convert the buffers and mix them ...
1
vote
3answers
3k views
Android AudioRecord questions?
I have been messing around with the AudioRecord feature of the Android API and found some strange behaviors with it.
Background info:
My phone is a HTC Incredible
I am using the Eclipse plugin for ...
1
vote
1answer
277 views
sox file.wav -r 10 file.dat
What does a sample of a audio file contain ?
When I run the command "sox file.wav -r 10 file.dat", the output is something like
; Sample Rate 10
; Channels 2
0 0.00085449219 ...
1
vote
1answer
797 views
iOS: Audio Units: setting arbitrary sample rate
Can I set any sample rate I want? What are the restrictions?
How about the hardware sample rate? And once that is set, what is the restriction on the internal sample rates passed between units?
...
0
votes
1answer
38 views
Sample rate of the resulting wav after combing 2 wav files
I'm doing the following in VS2010 manually.
1. Read in 2 wave files, say "1.wav" and "2.wav".
2. Insert 2.wav to the middle of 1.wav.
3. Write the result wave stream to an output file "out.wav".
I ...
0
votes
1answer
47 views
Recorded voice notes slows the application
In my iPhone application, i am recording voice of user and saving it in device.
My setting of AVAudioRecorder is as follows:
NSMutableDictionary* recordSetting = [[NSMutableDictionary alloc] init];
...
0
votes
1answer
257 views
iPhone Audio Queue sample rate question
I am in the process of making a piece of pitch correction software for the iPhone. I am currently at the fun Audio Queue part and I have a few questions about changing the pitch. My current idea to ...
0
votes
1answer
96 views
is it possible to change the playback pitch of an audioqueue
This is supposed to be possible on Mac OS X by overwriting the sample rate in the AudioStreamBasicDescription then create a new output queue.
I've been able to retrieve the default sample rate and ...
0
votes
1answer
327 views
How can you get the sample rate frequency of the iphone accelerometer?
Is there a function or method to get the iphone's current sampling rate of the running accelerometer?
I know how to set the iPhone accelerometer to a certain frequency, but I would like to verify ...