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
0 answers

Storing descriptive keywords in an MP3's ID3 tags

I know I'm not the first, but I'm an audio pack rat who keeps their collection meticulously organized. Having tried a range of tools, there are holes and time sucks that bug me. I've started in on the project to build the software that I wish…
Bergerton
  • 61
  • 6
2
votes
1 answer

Perl: saving cover from MP3 ID3-Tags in external JPG file

Im trying to save the image data from am id3 tag to an jpg file My actual script reads the image data and writes it to a file, whichs code looks exact like the original image file, but if i open it it looks like…
communications
  • 145
  • 1
  • 10
2
votes
1 answer

Audio playback/rewind function with winmm3.dll

I am working on a mp3 player with C# using the winmm.dll I have problem now with my rewind function. I start a Timer when the Play function starts. When I start the FFW function I want it ffw 5000ms from the current value of elapsedTime. for example…
xoxo_tw
  • 269
  • 1
  • 7
  • 20
2
votes
5 answers

How to find mp3 files from sdcard in android programatically

I am new to android programming so can anyone please help me to find all .mp3 files in my android device.
Dude
  • 173
  • 2
  • 4
  • 14
2
votes
1 answer

Playing multiple MP3 songs simultaneously on iPhone

I would like to do a mixing table on iPhone. I have the different tracks of one song and I want to play them on iPhone simultaneously. These songs are MP3 files, I want to be able to play up to 15 tracks simultaneously, and changing volume, muting…
sui
  • 68
  • 1
  • 8
2
votes
2 answers

Generate 30 second preview of mp3

i want to generate a 30 sec preview from the mp3 file using custom php script. the script will automatically trip the clip to 30 sec preview and after that the audio file will stop automatically. moreover, i am not sure of any libraries on the…
user3228030
2
votes
1 answer

Use AudioTrack with JLayer decoder

I'm working on the Android application which is using JLayer library to decode MP3 file (I need access to audio samples) and AudioTrack object to play it. I have something like this: int timeMarker = 0; int timeStep = 5000; while (!isCancelled())…
Gie
  • 1,907
  • 2
  • 24
  • 49
2
votes
1 answer

Reports of NiftyPlayer playing MP3s at double speed in IE

i've recently recoded a website to use NiftyPlayer as an embedded MP3 player. You can see a page here -> http://www.piccadillyrecords.com/shop/catalogue.php?genre=0 I've had reports from a few people that certain MP3s are playing through twice as…
Ashley
  • 251
  • 5
  • 19
2
votes
1 answer

How to stop other sounds until one finishes (Js, HTML)

I need to include some sound files on a website, i recorded them and used the super complicated: to play them when the user scrolls over with the mouse. There are a total of four…
Emir Masic
  • 184
  • 1
  • 2
  • 8
2
votes
2 answers

Starting with live555 and integrating with LIBMAD decoder

I am completely new to MP3 streaming and starting a project with live555 library. I've been able to compile the library with VS 2010 and tried out the example testMP3Streamer. I can listen to the stream using VLC, and can receive it with the other…
louis
  • 31
  • 1
  • 8
2
votes
3 answers

How can I securely put music on my website?

I mean, I want to share an audio file without letting users to download it. Here are my tries : When I do
David
  • 4,785
  • 7
  • 39
  • 63
2
votes
2 answers

Delete all pictures of an ID3 tag with taglib-sharp

I delete all pictures of an ID3 tag with taglib-sharp (version 2.1.0): tagFile.Tag.Pictures = new TagLib.IPicture[0]; tagFile.Save(); If I read the file again with taglib-sharp there are no more pictures. This is OK, but the file size stays the…
Rene Hilgers
  • 390
  • 3
  • 13
2
votes
1 answer

Creating a podcasting app android - use MediaPlayer class to play the podcast?

So I am creating a podcasting app and I was wondering if playing a podcast such as this http://www.npr.org/rss/podcast.php?id=122287224 - will MediaPlayer work to play such a podcast? I have never used MediaPlayer and I am just wondering if that…
2
votes
1 answer

Batch file executing a sound silently

Would it be possible to execute a mp3 silently from batch I have tried: @echo off 1.mp3 pause It works but it doest do it silently it launches WMP. does any one know how I could accomplish this. I am making a program and the track it one of the…
09stephenb
  • 9,358
  • 15
  • 53
  • 91
2
votes
0 answers

Firefox 25 & FFOS 1.4 audio

I am experiencing an strange behaviour in Firefox 25 and Firefox OS (latest 1.4 nightly). With Firefox 26 the error is gone and everything works perfectly.