Top "Mp3" questions

MPEG-1 or MPEG-2 Audio Layer III, more commonly referred to as MP3, is a patented digital audio encoding format using a form of lossy data compression.

Analyse frequency of mp3 files with python

I am trying to write a Python script to read an MP3 file and perform some analysis on the frequencies …

python audio mp3 frequency-analysis
How to know the bit depth of a mp3 file?

A MP3 file header only contain the sample rate and bit rate, so the decoder can't figure out the bit …

audio mp3 codec
How to reduce the size of mp3s in linux?

Does anyone know of any linux software to reduce the size of mp3 files while having a minimal effect on …

linux mp3 filesize
Detect duplicate MP3 files with different bitrates and/or different ID3 tags?

How could I detect (preferably with Python) duplicate MP3 files that can be encoded with different bitrates (but they are …

python file mp3 duplicates id3
NAudio to split mp3 file

I am very new to audio or mp3 stuff, was looking for a way to have a feature to split …

c# asp.net split mp3 naudio
Extract iPod Library raw PCM samples and play with sound effects

I am trying to extract raw PCM samples from an MP3 in the iPod Library so that I can play …

iphone objective-c mp3 ipod pcm
iOS Swift - Merge and convert .wav files to .mp3

I want to merge two or more .wav files to one and then convert it to .mp3 and this I …

ios swift audio mp3 lame
get the amplitude data from an mp3 audio files using python

I have an mp3 file and I want to basically plot the amplitude spectrum present in that audio sample. I …

python audio matplotlib mp3 pyaudio
Convert mp3 to wav on Android

There seem to be a lot of questions regarding the inverse wav to mp3 conversion, but none to go the …

android mp3 wav audio-converter
Python library to modify MP3 audio without transcoding

I am looking for some general advice about the mp3 format before I start a small project to make sure …

python mp3 codec