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
1 answer

Is it possible to unit test for valid mp3 byte data?

We are using c# to return byte data of an mp3, but the mp3 is not yet encoded correctly, so we need a way to test it. Currently we've built a page in our mvc that consumes the function and we simply run the url to try to load it into an mp3 player.…
Kristian
  • 21,204
  • 19
  • 101
  • 176
2
votes
2 answers

How can i Amplify mp3 Sound in Android programmatically

I am using some mp3 files in my android aap. Its volume is very low. How can i amplify its sound by 3 times programmatically.
Androider
  • 2,884
  • 5
  • 28
  • 47
2
votes
1 answer

Matt Gallagher's AudioStreamer play mp3 from offset before playing state

I did not found solution for one issue: how to play mp3 file from offset immideately? I can only play file then send -(void)seekToTime: but in this case sound begins and interrupts then begins from defined offset. I tried to apply seekToTime method…
user612856
  • 21
  • 2
2
votes
2 answers

PHP - how to open a file that is being streamed on a page by filetype

i would like to use PHP to download a file by the file-type without previously knowing the files name or location, is this possible? the file will be opened/included by another HTML page that is streaming the file. the script i want to make will be…
John Johnson
  • 141
  • 3
  • 10
2
votes
3 answers

load audio file in Meteor app

I'm just getting started with Meteor and I want to play a static audio file, either MP3 or M4A. I can't seem to find the right place to put such a file. I created a public/ directory and put my audio files in there, but then when I try to load…
Sarah Vessels
  • 30,930
  • 33
  • 155
  • 222
2
votes
2 answers

Android: How to get meta data of a particular mp3 song

I know that the songs artist,album etc can be displayed by using MediaStore.Audio class. But it displays the list of artists,albums etc. The problem is when I click an artist name(displayed as list in my activity), all the songs with that particular…
Dileep Perla
  • 1,865
  • 7
  • 33
  • 54
2
votes
1 answer

Encryption of mp3 files

I need to develop an mobile application (android|iphone) that download some mp3 music and store on userphone, but I need to ensure that the user doesnt distribute that mp3. I need a way to encrypt these files. There´s something I can do? Thanks
rizidoro
  • 13,073
  • 18
  • 59
  • 86
2
votes
1 answer

Failure to play MP3 file with COM exception in IGraphBuilder.RenderFile

I am new to direct show development. I am learning things about direct show. I am trying to write a method which plays some audio files. It works fine for many .mp3 files, but for some of my mp3 file the method RenderFile() of interface…
user786981
2
votes
1 answer

Does audio (mp3) play while downloading with html5's audo tag

When a web page downloads an MP3 file via the HTML5 tag: Does the audio play while (at the same time) the MP3 is download? Or, does the file download first then the…
2
votes
6 answers

Difference between rm and mp3 formats

rm files are comparatively much smaller in size. How do they compare quality-wise? For a songs warehouse application, is it advisable to convert all mp3 to rm before archiving to save storage space?
Sameet
  • 2,191
  • 7
  • 28
  • 55
2
votes
1 answer

PHP creating mp3 from different mp3s

Possible Duplicate: Combine/Concatenate MP3s on Server Using PHP I would like to create a 30 minutes mp3 by combining about 1000 small mp3s together. Is that kind of thing doable using PHP or the ressources usage would be too costly in…
Adam Strudwick
  • 12,671
  • 13
  • 31
  • 41
2
votes
0 answers

Get album art from MP3 PHP

I am using this code to get ID3 information of an MP3 File.
Olokoo
  • 1,114
  • 3
  • 19
  • 34
2
votes
1 answer

Playing URL of MP3 from iPhone

I am trying to find the best way to play a URL of an mp3. I've tried Audiostreamer but it doesn't fit my needs as it's geared towards infinite streams, and not finite streams. Any help is appreciated! Thanks!
WedTM
  • 2,587
  • 5
  • 37
  • 54
2
votes
2 answers

Error while playing some MP3s using JavaZOOM BasicPlayer classes

Here is the stack trace: java.io.IOException: Resetting to invalid mark at java.io.BufferedInputStream.reset(BufferedInputStream.java:433) at org.tritonus.share.sampled.file.TAudioFileReader.getAudioInputStream(TAudioFileReader.java:324) …
max
  • 4,248
  • 2
  • 25
  • 38
2
votes
1 answer

WP7 mp3 file read and write concurrently

mp3 source : http://mysite.com/isrc=1289 (will return .mp3 file) How to implement a media player that get mp3 from the source above, writing the stream into isolate storage, and while writing, the player is playing the song...
Wayne
  • 45
  • 2
  • 5