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.

Read MP3 in Python 3

What I want to do is simply mp3 = read_mp3(mp3_filename) audio_left = mp3.audio_channels[0] where audio_left …

python audio python-3.x mp3
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
How to read and write ID3 tags to an MP3 in C#?

Is there a library for reading and writing ID3 tags to an MP3 in C#? I've actually seen a couple …

c# .net mp3 id3 id3-tag
ffmpeg mp3 conversion failed

using ffmpeg to convert from flv to mp3 gives the following result ] ffmpeg-0.6.1 >> ffmpeg -i name.flv name.…

ffmpeg mp3 flv
Reading MP3 files

I want to read MP3 files in C++ and I prefer to write my own code for this. Basically to …

c++ mp3
How do I concatenate files in Python?

I have multiple (between 40 and 50) MP3 files that I'd like to concatenate into one file. What's the best way to …

python file mp3
Python library for playing fixed-frequency sound

I have a mosquito problem in my house. This wouldn't usually concern a programmers' community; However, I've seen some devices …

python audio mp3 frequency
Android : Record sound in mp3 format

I am building an android app, having feature of capturing sound through microphone and playing it through headphone. For this, …

android mp3 record
Should I use the MP3 or AAC codec for a .mp4 file?

We have an encoding process in place using ffmpeg on Mac OS X. This process will take a source video …

ffmpeg mp3 h.264 mp4 aac
PHP Streaming MP3

I have a very similar situation to the person who asked: Can I serve MP3 files with PHP? Basically I …

php mp3 header filestream readfile