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.

Android MediaExtractor and mp3 stream

I am trying to play an mp3 stream using MediaExtractor/MediaCodec. MediaPlayer is out of the question due to latency …

android audio mp3 android-mediacodec mediaextractor
Creating a simple instance of ExoPlayer

I am currently looking to develop an application that utilises Dash through the ExoPlayer in Android. To begin with I …

android streaming mp3 exoplayer
Using pyDub to chop up a long audio file

I'd like to use pyDub to take a long WAV file of individual words (and silence in between) as input, …

python audio mp3 wav pydub
Where to get pure C++ Lame MP3 encoder - PCM to MP3 example?

So all I need is a simple function that sets it up (eating incoming PCM RATE (for example: rate near …

c++ mp3 lame
Automatically trimming an mp3 in PHP

Are there any ways to automatically trim an MP3 uploaded to a website to 30 seconds (or some other length) in …

php upload mp3 trim
How do you edit MP3 files in Java (ID3)?

Lately, I've been trying to write a program that can change the ID3 tags of an mp3 file. I managed …

java metadata mp3 id3 id3-tag
How to mix / overlay two mp3 audio file into one mp3 file (not concatenate)

I want to merge two mp3 files into one mp3 file.for example if 1st file is 1min and 2nd …

android audio merge mp3
sox - how to create mp3 file with bit rate 16kbps

Currently the command used is `sox input.wav -G -t mp3 -r 16k test.mp3` But this is creating a …

audio mp3 sox transcoding libsox
How can I create a waveform image of an MP3 in Linux?

Given an MP3 I would like to extract the waveform from the file into an image (.png) Is there a …

linux audio mp3 packages
converting all the mp4 audio files in a folder to mp3 using ffmpeg

how can I convert all of the mp4 files in a given folder to mp3 using ffmpeg. Almost all of …

ffmpeg mp3 gstreamer avaudioplayer mp4