Questions tagged [mp3]

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. It is a common audio format for consumer audio storage, as well as a de facto standard of digital audio compression for the transfer and playback of music on digital audio players.

The use in MP3 of a lossy compression algorithm is designed to greatly reduce the amount of data required to represent the audio recording and still sound like a faithful reproduction of the original uncompressed audio for most listeners. For example: An MP3 file that is created using the setting of 128 kbit/s will result in a file that is about 11 times smaller than the CD file created from the original audio source. An MP3 file can also be constructed at higher or lower bit rates, with higher or lower resulting quality.

The compression works by reducing accuracy of certain parts of sound that are considered to be beyond the auditory resolution ability of most people. This method is commonly referred to as perceptual coding. It uses psychoacoustic models to discard or reduce precision of components less audible to human hearing, and then records the remaining information in an efficient manner.

Further information and deeper analysis: MP3 on wikipedia

4559 questions
2
votes
2 answers

Why is it that html 5 audio tag doesn't work on FF?

I've build an web application which plays some songs by using the html5 audio tag. When I'm using FF(firefox) I have to play ogg files, and on IE I have to play mp3 files. The problem is that i just moved my webapp on godaddy servers, and the FF…
dole doug
  • 34,070
  • 20
  • 68
  • 87
2
votes
1 answer

How do I get an swf player to work in Linux?

I have a site where I need to play a mp3 file specific to the listing. The file needs to play in the same browser window (instructions from the client). I found a js/swf player (WordPress Audio Payer standalone version) that works on my local…
Frank Luke
  • 1,342
  • 3
  • 18
  • 33
2
votes
1 answer

Is there an iOS "Player Controller" for audio playback?

For video playback, I'm using MPMoviePlayerController, which provides a new user interface. Is there an equivalent for audio playback? I cannot get the MPMoviePlayerController to play an MP3 file.
Frank E
  • 53
  • 5
2
votes
2 answers

correct coding of ID3 v2.3 frame size field for GEOB tag

I have some confusion regarding how the frame size bytes should be coded/decoded for ID3 v2.3.0. According to the (informal) ID3 v2.3.0 specification, the size of each frame should be coded into 4 bytes, where the most significant bit of each byte…
Jim
  • 161
  • 2
  • 10
2
votes
2 answers

Remove or edit ID3Tag version 2 from MP3 file using Delphi 7

I'm using both old good MPGTools and own, simple method of setting ID3 Tag in my MP3 files. But both approaches are too old to support ID3Tag version 2. I'm looking for any solution that would allow my application, written in Delphi 7, to either…
trejder
  • 17,148
  • 27
  • 124
  • 216
2
votes
1 answer

ffmpeg transcoding errors with an embedded cover

Im trying to transcode mp3 files into wav format, so that they can be used in another script. The script requires the file to be 44.1Khz, so i add that to ffmpeg command. The problem comes when a file has an embedded cover image: Duration:…
Val
  • 124
  • 1
  • 9
2
votes
0 answers

How to add mp3 to ringtonepreference list?

I have a hidden directory that contains some mp3 resources and I want to make those mp3 files displayed in my alarm application. How can I add my mp3 files into ringtonePreference's ringtone list? I have tried below but it doesn't seem to…
2
votes
3 answers

Universal MP3 and WMA tag reader for Delphi

I know similar subjects have appeared in SO, but there wasn’t answer I am looking for. I need a Delphi library for reading tag information from music files. Currently I am using TJvID3v1 from JEDI library, but as far as I see, JEDI does not work…
smok1
  • 2,940
  • 26
  • 35
2
votes
1 answer

Audio conversion (LAME) C++ WAV -> MP3

Good afternoon. Sorry, I do not speak very good English. For some days, I have tried to convert WAV to MP3. For that I use LAME. I can convert the file through the command prompt with the command: lame.exe-B128 - resample 8-mj \ "C: \ \ test.wav \"…
user1932148
  • 31
  • 1
  • 2
2
votes
1 answer

How to play mp3 or wav from http | https | ftp in asterisk 11

I facing difficulties playing mp3 or wav files remove remore url in asterisk. I have tried Mp3player, it's working fine for playing but it is not working accepting inputs. Please somebody tell me any alternate method to play remote files and accept…
sankar.suda
  • 1,097
  • 3
  • 13
  • 26
2
votes
2 answers

JLayer Mono Mp3 to PCM decoding

I am currently working on mp3 decoding with javalayer 1.1. So I want to receive the raw PCM data from my 44100 Hz, 16bit, Mp3s. It is perfectly working fine with stereo mp3s, but i have strange issues with mono mp3s. Here some code. InputStream…
xeed
  • 925
  • 8
  • 22
2
votes
1 answer

Java: Fade out music

I'm making a game. Now if my player goes to another level the music is still playing. Now I want to let the music fade out to let start the new music of the next level. I use mp3 to play. With the packages: jl1.0, mp3spi1.9.4,…
Martijn Courteaux
  • 67,591
  • 47
  • 198
  • 287
2
votes
3 answers

How do I uniquely identify the content of a media file in Python, not the metadata?

I have a collection of media files, mostly music, most of them having been imported from CD many years ago. This collection has been transferred between different media players, different filesystems, different computers, etc, many times. In that…
Glyph
  • 31,152
  • 11
  • 87
  • 129
2
votes
1 answer

Amazon S3 Upload with metadata?

I'm trying to upload several thousand song files to Amazon S3. All of these files have metadata already associated with them such as author, genre, etc. Is there any way to preserve this metadata so that it appears in the S3 Management Console…
davis
  • 1,911
  • 6
  • 26
  • 50
2
votes
0 answers

Send mp3 sound to different audio devices in windows XP

I need to play mp3 sounds on different sound devices (not only the default) on Windows XP. How can I choose a sound device on windows xp to play my mp3 file? ( I am programming on C# , but C++ answer will be good as well). Thanks for your answers
Gilat
  • 21
  • 2