The sample-rate tag has no wiki summary.
2
votes
0answers
39 views
Why does MATLAB change the sample rate while trying to acquire data?
I am using a DataQ acquisition device in Matlab 32-bit with the Data Acquisition toolbox.
On occasion, when I have my sample rate set to 300, it tells me:
Warning: This hardware could not ...
2
votes
1answer
69 views
Using a particle filter with multiple sensors with different sampling rates
Current situation:
I have implemented a particle filter for an indoor localisation system. It uses fingerprints of the magnetic field. The implementation of the particle filter is pretty straight ...
0
votes
1answer
65 views
Checking device's supported PCM sample rates
I'd like to check whether device supports particular sample rate.
I've tried the following (which should work according ...
14
votes
5answers
299 views
How can I detect these audio abnormalities?
iOS has an issue recording through some USB audio devices. It cannot be reliably reproduced (happens every 1 in ~2000-3000 records in batches and silently disappears), and we currently manually check ...
1
vote
0answers
85 views
Unity cannot change sample rate of speaker in Mac OS X
I am developing a project in which some audio data need to be playback in Unity 4. The sample rate of input data is 24000 Hz (24kHz), and normally the default sample rate of speaker in system is 44100 ...
0
votes
0answers
50 views
determine cutoff frequency in acceleration app
I am trying to figure out where the cutoff frequency value comes from in Apple's AccelerationGraph example app.
AccelerationGraph Example App
The filter constant is calculated with this ...
0
votes
0answers
92 views
Does Windows Phone 8 OS support Sampling frequency of 44.1 kHz or 48 kHz?
I would like to record audio using microphone in Windows Phone 8 OS, and I would like to keep a higher sampling frequency. However I found out that Microphone.SampleRate property doesn't have a ...
0
votes
1answer
52 views
sample rate not working
I have this line
manager.registerListener(sensorListener, manager.getDefaultSensor(Sensor.TYPE_PRESSURE), logTime);
where logTime = 300000000 microseconds = 5 minutes.
I am trying to log every 5 ...
1
vote
0answers
150 views
How to get the frame length,sample rate and bit-depth of sample for mp3 file using JMF with mp3plugin.jar?
I am able to get the number of frames and sample size of wav audio file through Java
as:
int NOFrames = (int) audiofileinput.getFrameLength();
int SSize = ...
0
votes
2answers
155 views
how to divide sample rate frequency by 10 bands for equalization
How to divide sample rate frequency by 10 bands for equalization.
For example i have audio pcm with 44100 hz and 1 byte per sample. How can i understand which sample is related with specified band. ...
0
votes
2answers
672 views
how to caluclate audio file size?
you have 30 seconds audio file sampled at a rate of 44.1 KHz and quantized using 8 bits ; calculate the bit rate and the size of mono and stereo versions of this file ؟؟
3
votes
1answer
177 views
Distorted sound after sample rate change
This one keeps me awake:
I have an OS X audio application which has to react if the user changes the current sample rate of the device.
To do this I register a callback for both in- and output devices ...
0
votes
1answer
446 views
How to convert any mp3 file to .wav 16khz mono 16bit
Please, help to choose solution for converting any mp3 file to special .wav - I'm a newbie with Linux command line tools, so It's hard for me right now.
I need to get wav with 16khz mono 16bit sound ...
0
votes
1answer
399 views
Error recording voice at16000 khz 16bit mono little endian wav file in android device [duplicate]
Possible Duplicate:
how to convert or record .wav file in 16khz 16bit mono little-endian?
I want to implement audio recording from an android device at 16000 khz 16bit mono little endian ...
0
votes
1answer
738 views
how to convert or record .wav file in 16khz 16bit mono little-endian?
I m just implementing sphinx4 speech recognition in java..whta i need is how to record sound or convert any sound .wave file in to 16khz 16bit mono little-endian file.
had search a lot for this..but ...
0
votes
1answer
160 views
Flex sound sampling rate
I have some high quality recorded sounds that I want to use within a flex application.
I tried to save the sounds at 22050 HZ and 64BIT Stereo with GoldWave , but the weird thing is that I get this ...
1
vote
1answer
720 views
my iOS app using audio units with an 8000 hertz sample rate returns a distorted voice
I really need help with this issue. I'm developing an iOS application with audio units, the recorded audio needs to at 8bit / 8000 hertz sample rate using alaw format. How ever I'm getting a distorted ...
0
votes
1answer
230 views
How to set audio sample rate on AVCaptureSession?
I am using AVCaptureSession to record video and audio into sample buffers using AVCaptureVideoDataOutput and AVCaptureAudioDataOutput.
The default audio sample rate for the iPhone (4 and 4S) is ...
0
votes
1answer
93 views
Touchscreen sample rate for human interface device
What is a good rule of thumb for acceptable touch sample rates for human interface devices?
For example, it is pretty widely known that a visual screen refresh rate of 60Hz is at the upper limits of ...
0
votes
1answer
117 views
Programmatically reduce the sample-rate of uploaded MP3 files
I have full control of my server, so I can install any plugins or whatever, but that software must be licensable for commercial use.
I want to create a "dulled" version (i.e. lower frequency and ...
0
votes
0answers
138 views
How do I allow a WASAPI stream to vari-speed in relation to the device?
I'm writing an audio client using the WASAPI api. What I'm noticing is if the audio hardware sample rate is adjusted, I get clicks and drop-outs in my playback. Other WASAPI audio clients don't seem ...
0
votes
2answers
1k views
How can I get into a wav file to change the sample rate?
I have a wav file pulled up in MATLAB, and I can see it's sample rate. All I need to do is change this 1 number. Everything else in the file will remain uncahnged. (The resulting sound would play at a ...
1
vote
3answers
261 views
Play 48 kHz PCM on 44.1 kHz receiver
I have a 48 kHz PCM stream and want to stream it to a 44.1 kHz compatible player (Apple's AirPlay).
Someone knows if this "just works because some bytes would get lost", or do I have to do a ...
0
votes
0answers
148 views
What is the Structure of recorded data in j2me using audio/basic as type?
I am recording audio from microphone in a j2me phone to a ByteArrayOutputStream as follows
p = Manager.createPlayer("capture://audio?encoding=pcm");
p.realize();
RecordControl rc = ...
0
votes
1answer
648 views
Audio samplerate converter using libsndfile and libsamplerate. Not sure if using function src_simple correctly
I have been building a simple samplerate converter in c using libsndfile and libsamplerate. I just cant seem to get the src_simple function of libsamplerate to work, whatever I try. I have striped ...
2
votes
0answers
409 views
Exact mp4 framerate (synchronisation issues)
I'm writing an audio stretcher to convert audio from 24p to PAL video.
24p is 24000 / 1001 ~= 23.976 fps
PAL is exactly 25 fps.
The algorithm I use is very simple. If 'm' is the output sample number ...
2
votes
1answer
388 views
how to use sox to compress mp3?
I'd like to reduce the file size of some mp3 audios with sox. I think I can reduce stereo to only 1 channel (i.e. mono), reduce the sample rate and reduce the bit-depth. I find it seems sox can do ...
0
votes
0answers
175 views
Raise real time event at audio sample rate
I'm playing around doing some audio synthesis in real time with C# .Net.
I've got a VCO class that updates it's output waveform whenever the output waveform is read. In order to play a sound, I want ...
0
votes
1answer
237 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 ...
5
votes
9answers
593 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 ...
1
vote
2answers
222 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. ...
4
votes
1answer
3k views
How to set Audio Sampling rate higher than 44.1kHz on linux/android platform?
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) :
...
0
votes
1answer
66 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];
...
7
votes
1answer
3k 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 ...
0
votes
1answer
453 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
197 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 ...
5
votes
4answers
3k 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 ...
2
votes
1answer
578 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 ...
4
votes
4answers
9k 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
744 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 ...
2
votes
1answer
2k 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?
...
4
votes
2answers
638 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
1k 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
9k 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 ...

