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.

Playing .mp3 and .wav in Java?

How can I play an .mp3 and a .wav file in my Java application? I am using Swing. I tried …

java audio mp3 wav
Playing mp3 song on python

I want to play my song (mp3) from python, can you give me a simplest command to do that? This …

python audio mp3
Streaming Audio from A URL in Android using MediaPlayer?

I've been trying to stream mp3's over http using Android's built in MediaPlayer class. The documentation would suggest to …

android mp3 android-mediaplayer audio-streaming
Playing a MP3 file in a WinForm application

I am developing a WinForm application. I want to play a MP3 file when the user clicks a button. The …

c# .net winforms mp3
What is the best way to merge mp3 files?

I've got many, many mp3 files that I would like to merge into a single file. I've used the command …

audio mp3
Play audio from a stream using C#

Is there a way in C# to play audio (for example, MP3) direcly from a System.IO.Stream that for …

.net audio stream mp3 naudio
Autoplay an audio with HTML5 embed tag while the player is invisible

I want to autoplay a MP3 audio file and I don't want the player to be visible. <div id="…

html audio mp3 autoplay
View/edit ID3 data for MP3 files

What's a quick and easy way to view and edit ID3 tags (artist, album, etc.) using C#?

c# .net mp3 id3
Accessing MP3 metadata with Python

How can I retrieve mp3 metadata in Python?

python mp3 metadata
Which mime type should I use for mp3

I'm trying to decide which mime type to choose for returning mp3 data (served up by php) according to this …

php mp3 mime-types