Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: MP3 help  (Read 8536 times)

0 Members and 1 Guest are viewing this topic.

Geek-9pm


    Mastermind
  • Geek After Dark
  • Thanked: 1026
    • Gekk9pm bnlog
  • Certifications: List
  • Computer: Specs
  • Experience: Expert
  • OS: Windows 10
Re: MP3 help
« Reply #15 on: April 26, 2010, 11:49:58 PM »
Quote
In either case, all it proves is that voice is digitized. hardly notable. the "compression" is simply the stripping off of higher and lower frequencies, leaving a comparatively narrow band (which is why hold music sounds so awful). This means that "space" that was used for sending the higher and lower frequencies  can be used for more calls.
BC, you are out of your field of study.
Say anything you want about programming and I might believe you. But you knowledge of Digital Audio and Psychoacoustics is limited. Do you know what Psychoacoustics  means?
 
MP3 can take a digitized audio stream and compress it, either in real time or as a post process. It does not have to remove the high frequencies. It does not have to compromise the noise floor. It does not have to introduce distortions of any significant amount. It compress by a number of techniques, including, but not limited to
Linear Predictive Coding (LPC) Go look that up if you want.

The reference I gave earlier for the MP3 book is for the enlightenment of everyone. I can not quote it here because it is a new copyrighted book. And it does not have any short little blurbs that make sense out of the context. You have to red a few pages to get the jest of what MP3 really does.

Here is an experiment you can do at home. Make a recording of your own voice using the best stuff you have. Save it as a high quality WAV file. Notice the size. Now use a ZIP program to see if you can reduce the size. In many cases the ZIP program with use LPC to reduce it. Or try another compression method and see. Programs for DATA  compression use no loss or "loss-less" compression. MP3 goes further and will destroy some information. But the human ear can not detect it if done moderately. And it is not simply a matter for spectrum. MP3 removes redundant audio patterns not significant to the human ear

The OP  was about why is MP3 different that other digital formats. In is in the details. There is an alphabet soup of terms and concepts that take awhile to master. Sample rate in MP3 does not means always what you think it means.
I have made recordings at 44100 HZ and saved them in RAW PCM format. Then I converted them to MP3 with not change in the sample rate. But the resulting MP3 can be streamed at 128000 bps and sound very good. But it is still at the 44100 sample rate.

And don't ague with me, resistance is futile. ::)

Go read a book!


Quantos



    Guru
  • Veni, Vidi, Vici
  • Thanked: 170
    • Yes
    • Yes
  • Computer: Specs
  • Experience: Guru
  • OS: Linux variant
Re: MP3 help
« Reply #16 on: April 27, 2010, 12:08:22 AM »
Do you know what Psychoacoustics  means?
You hear voices?
Evil is an exact science.

BC_Programmer


    Mastermind
  • Typing is no substitute for thinking.
  • Thanked: 1140
    • Yes
    • Yes
    • BC-Programming.com
  • Certifications: List
  • Computer: Specs
  • Experience: Beginner
  • OS: Windows 11
Re: MP3 help
« Reply #17 on: April 27, 2010, 12:18:11 AM »
Do you know what Psychoacoustics  means?

yes (and this is without a google, I swear-) based on psycho (mind) and acoustics (sound) it's evidently the study of how sound is interpreted and heard.
 
Quote
MP3 can take a digitized audio stream and compress it, either in real time or as a post process. It does not have to remove the high frequencies. It does not have to compromise the noise floor.
Never said it did. nearly every single MP3 encoder in existence does this by default. only one that doesn't would be LAME, and even then you need to provide options specifically saying not to. Did I mention I wrote a crappy mp3 encoder? it barely works and only encodes at a specific bit-rate, something like 128kbps and I don't think I quite mastered some of the headers since it doesn't seem to play properly in all players (but it does work in some) and also it only runs in win 9x and I'm too lazy to figure out why. I think it was integrated into a little chat program I had at one point as well. My point is, you don't have to tutor me on what MP3 is. I know.

Quote
It does not have to introduce distortions of any significant amount.
yes. it does, anything less then 320kbps for me is immediately noticable, drum cymbals are the first to go. at first it's hard to tell- it just sounds "different"; but the CD's sound infinitely better- this is why I switched to FLAC. MP3 is lossless. Works fine where space is an issue (for example, MP3 players) but I'd much rather have the full range of sound with absolutely no loss

Quote
It compress by a number of techniques, including, but not limited to
Linear Predictive Coding (LPC) Go look that up if you want.

*censored* does <ANY> of this have to do with telephone lines? seriously? all I said was that telephone voice is transmitted not in a compressed form (which would entail the use of specific hardware on both ends to decompress the data, like a compressing modem does (telephones are not modems)).
Quote
The reference I gave earlier for the MP3 book is for the enlightenment of everyone. I can not quote it here because it is a new copyrighted book. And it does not have any short little blurbs that make sense out of the context. You have to red a few pages to get the jest of what MP3 really does.
Again. I know what it does, because I did it as well. It was a few years ago but that hardly means I don't remember any of it.

Quote
Here is an experiment you can do at home. Make a recording of your own voice using the best stuff you have. Save it as a high quality WAV file. Notice the size. Now use a ZIP program to see if you can reduce the size. In many cases the ZIP program with use LPC to reduce it.
Um, no. it won't, in any cases. ZIP uses Lempel-Ziv and Deflate (a modified LZ), not LPC. some other compression formats (maybe RAR, 7z, zipx) might have LPC, but Not ZIP.

Quote
Or try another compression method and see. Programs for DATA  compression use no loss or "loss-less" compression.
duh.
Quote
MP3 goes further and will destroy some information.
this the name LOSSY COMPRESSION...

But the human ear can not detect it if done moderately. And it is not simply a matter for spectrum. MP3 removes redundant audio patterns not significant to the human ear
[/quote]

That's exactly what I said. Omissions are not wrong, it's called brevity.

Quote
The OP  was about why is MP3 different that other digital formats.
no, they asked why two different PCM waveforms compressed down to the same size.

Quote
Sample rate in MP3 does not means always what you think it means.
Now you're saying you think I know what it means and can statistically evaluate that what it really means is not always what  I think it means?

But seriously, of course it doesn't. this is why I used to term "bitrate" explicitly. bitrate <essentially> (I have to emphasis this here, because apparently omitting anything means that I don't know about the omitted information) determines how much lossy compression occurs. a 96kbps file will always sound worse then a 320kbps file- except of course if they are both silence.

Quote
I have made recordings at 44100 HZ and saved them in RAW PCM format. Then I converted them to MP3 with not change in the sample rate. But the resulting MP3 can be streamed at 128000 bps and sound very good. But it is still at the 44100 sample rate.

And don't ague with me, resistance is futile. ::)
I'm not arguing with you, and honestly I don't know who you are arguing with, because all your arguments contest things i never said or even implied.

[/quote]
I was trying to dereference Null Pointers before it was cool.

2x3i5x



    Expert
  • Thanked: 134
  • Computer: Specs
  • Experience: Familiar
  • OS: Windows 10
Re: MP3 help
« Reply #18 on: April 27, 2010, 01:27:26 PM »
another question on MP3, what is the difference when you rip with J-Stereo vs Stereo? I have a CD ripper, which has these options, what is better to use when ripping a regular CD??


Quantos



    Guru
  • Veni, Vidi, Vici
  • Thanked: 170
    • Yes
    • Yes
  • Computer: Specs
  • Experience: Guru
  • OS: Linux variant
Re: MP3 help
« Reply #19 on: April 28, 2010, 01:44:59 AM »
another question on MP3, what is the difference when you rip with J-Stereo vs Stereo? I have a CD ripper, which has these options, what is better to use when ripping a regular CD??
That is a damned good question.  Many people notice that the lower frequencies(bass) is affected with j-stereo(joint stereo), most noticably that it is missing or muted.

Which one sounds better to you.  That should be the only thing affecting that decision.
« Last Edit: April 28, 2010, 02:26:13 AM by Quantos »
Evil is an exact science.

Salmon Trout

  • Guest
Re: MP3 help
« Reply #20 on: April 28, 2010, 02:23:28 AM »
yes. it does, anything less then 320kbps for me is immediately noticable, drum cymbals are the first to go. at first it's hard to tell- it just sounds "different"; but the CD's sound infinitely better- this is why I switched to FLAC. MP3 is lossless. Works fine where space is an issue (for example, MP3 players) but I'd much rather have the full range of sound with absolutely no loss

I think you meant "mp3 is lossy"? I thoroughly agree with you about the sound of lower bitrate mp3s. I read somewhere recently that a record producer said that these days so many youngsters use mp3 players as their primary music source that they are coming to prefer an "mp3 sound" and he said that it is becoming increasingly common to build this in to certain material e.g. chart-oriented singles.

Your remark about cymbals made me remember a term from my hi-fi buff days decades ago, when a term often applied to the sound of those instruments was "tizzy". This happened when something in the (entirely analog!) playback chain was affecting the upper treble - bad stylus tracking,  poor amplifier design, crappy tweeters, whatever. While Googling for that word, I came across this...

Quote
The treble characteristics we want to avoid are described by the terms bright, tizzy, forward, aggressive, hard, brittle, edgy, dry, white, bleached, wiry, metallic, sterile, analytical, screechy, and grainy. Treble problems are pervasive; look how many adjectives we use to describe them.

Learn the Language of Good Sound   Better understand the difference a hi-fi system can make   

http://www.crutchfield.com/S-U5HMY0aV9Dn/learn/homeaudio/introguideexcerpt.html

Although I still retain certain audiophile traits, I have never been inclined to go for the "hocus pocus" side of things - magic cables and the like, and I am not convinced that bi wiring makes much difference.


Quantos



    Guru
  • Veni, Vidi, Vici
  • Thanked: 170
    • Yes
    • Yes
  • Computer: Specs
  • Experience: Guru
  • OS: Linux variant
Re: MP3 help
« Reply #21 on: April 28, 2010, 02:31:38 AM »
I've worked as a professional audio engineer for a number of years before my hearing started to fail(common problem in that line of work), and bi-wiring is not something that will affect anything that the average user will notice.  The same can be said for gold plated connectors on your RCA cabling, unless you also have gold cable in between the connectors, contact resistance is still there.

MP3 however can be lossless, in the digital sense.  The only factor involved in ripping audio should be the users personal preference.
Evil is an exact science.

Salmon Trout

  • Guest
Re: MP3 help
« Reply #22 on: April 28, 2010, 02:58:09 AM »
I've worked as a professional audio engineer for a number of years before my hearing started to fail(common problem in that line of work), and bi-wiring is not something that will affect anything that the average user will notice.  The same can be said for gold plated connectors on your RCA cabling, unless you also have gold cable in between the connectors, contact resistance is still there.

MP3 however can be lossless, in the digital sense.  The only factor involved in ripping audio should be the users personal preference.

I always supposed the reason for gold plating was to avoid oxidized metal surfaces leading to (probably imagined) partial rectification of waveforms... I remember in the 1980s a pal of mine who was much richer than I, who had got himself one of these newfangled CD players, and set it up alongside his Linn turntable with expensive Shure cartridge. He also had a very expensive FM tuner, (fancy antenna on the roof) all feeding a Naim amplifier and fancy Mission loudspeakers. He maintained that he could distinctly hear a difference between the same material on CD and vinyl (I do not doubt this). He said that he could detect a distinct "digital" sound from the CD player, that the effect was "cold" or "over analytical". I do not doubt this either. I preferred the sound of his CD player myself. I cannot remember what make or model it was. He told me that he disliked "digital" sound so much that he was spending more and more time listening to live classical concerts on FM, on BBC Radio 3 (an all-classical music station with a well-deserved reputation for high production quality). He preferred to live with the drawbacks of FM radio because of the lovely clear, warm analog sound. I was maybe cruel to tell him that for about a year the BBC had been using PCM links between the concert halls & studios and thence to the transmitters...

BC_Programmer


    Mastermind
  • Typing is no substitute for thinking.
  • Thanked: 1140
    • Yes
    • Yes
    • BC-Programming.com
  • Certifications: List
  • Computer: Specs
  • Experience: Beginner
  • OS: Windows 11
Re: MP3 help
« Reply #23 on: April 28, 2010, 03:32:00 AM »
Also, it doesn't matter how much gold connector you use or high quality cabling if your encoding that signal to something like a 128kbps MP3.

MP3 compression is essentially the audio equivalent of jpeg- the amount of compression directly affects the loss of the original data, as that original data is "replaced" by approximations.



I was trying to dereference Null Pointers before it was cool.

Salmon Trout

  • Guest
Re: MP3 help
« Reply #24 on: April 28, 2010, 04:07:15 AM »
I think that you have to take into account the complex and subtle nature of subjective experiences. I could go on all day about this, but I shan't. I'll just allude to such things as the difference between e.g. sex with a prostitute versus making love to somebody you love, eating organic food versus factory farmed stuff, the reasons why homeopathic medicine appears to work for many people, the nature of the so-called placebo effect, feng shui, etc etc. Maybe many people's systems do sound better to them because they have spent a great deal of money on magic monocrystalline copper cables and gold connectors and a granite slab for their CD player. Maybe mine sounds good to me because I "know" I haven't wasted any money on "nonessentials".

I seem to remember a motherboard with a vacuum tube audio output amplifier, let's see if I can find it... ah yes a series of Aopen boards that used a Russian made double triode, a Sovtek 6922, equivalent to my old friend the 6DJ8 or ECC88... said to give a "warm, breathtakingly open" sound.





« Last Edit: April 28, 2010, 05:07:32 AM by Salmon Trout »

patio

  • Moderator


  • Genius
  • Maud' Dib
  • Thanked: 1769
    • Yes
  • Experience: Beginner
  • OS: Windows 7
Re: MP3 help
« Reply #25 on: April 28, 2010, 04:51:51 AM »
Sweet ! !

" Anyone who goes to a psychiatrist should have his head examined. "