Tagged Questions
3
votes
0answers
188 views
Python decode MP3 in chunks on Mac OS
I have a Tornado Python server which accepts a variable bitrate mp3 file one chunk at a time (the chunks are made up of a fixed number of frames).
All I am doing is passing that binary forward, ...
0
votes
2answers
691 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 ؟؟
1
vote
2answers
264 views
Extracting audio bit and sampling rate information in JS before upload
I am building an application that allows authenticated users to use a Web browser to upload MP3 audio files (of speeches) to a server, for distributing the audio on a network. The audio files need to ...
0
votes
1answer
169 views
MP3 files of same bitrate and same length have a different size
I'm currently working on some multi-channel audio recording software. The basic goal is to be able to record every input device on a computer. I noticed that when I record for a "long" time (more than ...
0
votes
0answers
282 views
Best bitrate to use for streaming audio via mobile
I run a podcasting site where users can stream the podcasts via a HTML5 player. I've just optimized my site for mobile so that users can listen on the go.
Issue I'm having is that it tends to buffer ...
1
vote
1answer
677 views
How can I read the properties of an audio file in Objective-C for iOS?
How can I get the properties of an audio file (like the number of channels, sample rate and bit rate) programmatically in Objective-C for iOS?
0
votes
1answer
197 views
Windows Media Encoder : How to set average bitrate in audio Bitrate-based mode
How to set average bitrate in audio Bitrate-based mode?
In Window media encoder SDK, it tell that I must specify average bitrate.
Is it using the same audience.SetAudioConfig(0, 2, 44100, 192000, 16); ...
0
votes
1answer
304 views
Determining Apple AAC vs. Lossless format using something like Ruby MP4Info gem?
I'm trying to organized music for a radio station and have an iTunes library with a huge number of music files. The files are in various formats (Flac, MP3, AAC, etc.). I need to break all the files ...