Top "Sample-rate" questions

How to calculate 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 …

audio bitrate quantization sample-rate
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 …

mp3 wav sample-rate
Change sample rate of AudioContext (getUserMedia)

Im trying to record a 48000Hz recording via getUserMedia. But without luck. The returned audio MediaStream returns 44100Hz. How can …

javascript getusermedia sample-rate audiocontext
Android AudioRecord questions?

I have been messing around with the AudioRecord feature of the Android API and found some strange behaviors with it. …

android audio pcm audiorecord sample-rate
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 …

ffmpeg sample-rate
Check audio's sample rate using python

I have over a thousand audio files, and I want to check if their sample rate is 16kHz. To do …

python audio sample-rate
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 …

android audio alsa android-audiorecord sample-rate
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 …

iphone macos core-audio sample-rate audio-converter
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 …

matlab signal-processing wav audio-processing sample-rate
Android - Audio Record - Sample rates

I developed a game for android that uses Audio Record to get the mic input. You can have a glance …

android audiorecord sample-rate