sample-rate Questions
7
Solved
I have over a thousand audio files, and I want to check if their sample rate is 16kHz. To do it manually would take me forever. Is there a way to check the sample rate using python?
Sludgy asked 19/4, 2017 at 8:52
3
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 sou...
Xiphisternum asked 13/11, 2012 at 9:31
1
we are working on a project which records voice from an external microphone. For analysis purposes, we need to have a sample rate of about 5k Hz.
We are using AvAudioEngine to record a voice.
We kn...
Clarion asked 22/12, 2021 at 7:8
2
Solved
I have done this simple program. what it does is it just record and play back the buffers simultaneously. Everything works fine if the sample rate is 44100 hz but if I change the sample rate to 160...
Salon asked 17/5, 2018 at 3:4
7
Im trying to record a 48000Hz recording via getUserMedia. But without luck. The returned audio MediaStream returns 44100Hz. How can i set this to 48000Hz?
Here are snippets of my code:
var startU...
Layer asked 4/5, 2015 at 13:35
5
Solved
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 t...
Quaggy asked 28/2, 2011 at 8:41
2
Solved
I need to play this mp3 file using pygame but I dont know what the sample rate of the file is. I need some way to programaticaly get the sample rate of the audio file so that I can play it at the c...
Insurgent asked 4/6, 2017 at 5:1
1
Solved
I am using following javascript to record audio and send it to a websocket server:
const recordAudio = () =>
new Promise(async resolve => {
const constraints = {
audio: {
sampleSize: 16...
Teneshatenesmus asked 15/10, 2018 at 13:32
2
Solved
My goal is to use Python to play sounds with the following requirements in a computer game context.
Take some input WAV file and randomly Vary the pitch to +/- 50% of original. Changing the sampl...
Lavonia asked 3/7, 2017 at 23:53
1
Using AudioTrack for playback, I sometimes need to resample audio that do not conform to the sample rates supported by AudioTrack. In doing so, I need to determine the maximum sample rate supported...
Coati asked 1/5, 2015 at 7:34
3
Solved
I'm using Audio Unit Framework to develop a VOIP app on mac os x.
In my program, I set up an input AUHAL and use the default stream format (44.1kHz,32bit/channel) to capture the audio from mic. In ...
Footpoundal asked 8/8, 2013 at 13:19
3
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 ؟؟
Embowed asked 25/11, 2012 at 22:31
5
Solved
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 che...
Stackhouse asked 8/3, 2013 at 18:55
1
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 ...
Grannia asked 16/3, 2012 at 15:34
0
I am just implementing sphinx4 speech recognition in java. What I need is how to record sound or convert any sound .wave file into 16khz 16bit mono little-endian file.
had to search a lot for this....
Salmonoid asked 4/9, 2012 at 9:27
1
Solved
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 44...
Kalk asked 24/7, 2012 at 13:33
4
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 fo...
Housebroken asked 16/1, 2011 at 20:56
9
Solved
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...
Liken asked 2/1, 2012 at 6:41
1
Solved
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 ...
Latreshia asked 7/7, 2011 at 12:57
1
Solved
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 -0.0007019043
0.1 0...
Sapor asked 20/12, 2010 at 7:22
1
© 2022 - 2024 — McMap. All rights reserved.