mono music
- skar
- how powerful i am!
- Posts: 323
- https://www.artistsworkshop.eu/meble-kuchenne-na-wymiar-warszawa-gdzie-zamowic/
- Joined: Thu May 06, 2004 9:29 am
- Location: germany
- Has thanked: 0
- Been thanked: 0
- Contact:
mono music
i'm thinking about encoding my music files in mono in the future (audio cds for my mp3 player). I'll use the ogg format btw.
advantages: -smaller file size
-less to do for the player so batteries might even last longer
i usually can't hear any difference between the left and right ear anyways or sometimes only have one earphone in the ear.
So any reasons why this might be a bad idea?
advantages: -smaller file size
-less to do for the player so batteries might even last longer
i usually can't hear any difference between the left and right ear anyways or sometimes only have one earphone in the ear.
So any reasons why this might be a bad idea?
- greay
- DCEmu Ultra Poster
- Posts: 1938
- Joined: Wed Jan 21, 2004 10:59 am
- Location: 24 hours from Tulsa
- Has thanked: 0
- Been thanked: 0
- Contact:
I wouldn't do it because the idea of cutting one of the channels out of my music is anathema to me. And headphones are when the difference between the channels is really apparent.
But since you don't care about that, it wouldn't be a problem -- but one forseeable problem is that your player may play mono files through one headphone only. Which drives me crazy (I had headphones for a while that were broken, and sound would only come through one -- I stopped listening to music on the go until I bought a new pair).
I'd be really surprised if mono sound files made the batteries last longer.
But since you don't care about that, it wouldn't be a problem -- but one forseeable problem is that your player may play mono files through one headphone only. Which drives me crazy (I had headphones for a while that were broken, and sound would only come through one -- I stopped listening to music on the go until I bought a new pair).
I'd be really surprised if mono sound files made the batteries last longer.
I'm a lone wolf looking for trouble.
- melancholy
- DCEmu's Ace Attorney
- Posts: 10969
- Joined: Mon Nov 26, 2001 12:34 am
- Location: Indiana
- Has thanked: 0
- Been thanked: 1 time
The problem I see lies in that making your audio files mono would force sound out of only one speaker. And when you would go and correct that by copying the sound from one channel into the other, you are essencially adding the file size right back. So the space saved would be very minimal. Also, mono sound will have absolutely no effect on battery life whatsoever.
- MulletMan13
- DCEmu Ex-Mod
- Posts: 2832
- Joined: Wed Oct 17, 2001 7:44 pm
- Location: Los Angeles, CA
- Has thanked: 0
- Been thanked: 0
- Contact:
- Specially Cork
- Moderator
- Posts: 11632
- Joined: Fri Apr 05, 2002 10:01 am
- Has thanked: 1 time
- Been thanked: 8 times
Encoding to mono would significantly reduce the size of the file as you would only be keeping one channel of sound, and if you are:
1) Not picky about cutting a whole channel out of music (I couldnt do this, its just so wrong)
and
2) Using a player that can recognize its mono, and play the single channel sound out of both speakers/headphones
I guess it could work for you.
As for battery life, I cant see how it would change anything.
1) Not picky about cutting a whole channel out of music (I couldnt do this, its just so wrong)
and
2) Using a player that can recognize its mono, and play the single channel sound out of both speakers/headphones
I guess it could work for you.
As for battery life, I cant see how it would change anything.
- SuperMegatron
- DCEmu User with No Life
- Posts: 3523
- Joined: Fri Aug 16, 2002 8:47 pm
- Has thanked: 0
- Been thanked: 0
- skar
- how powerful i am!
- Posts: 323
- Joined: Thu May 06, 2004 9:29 am
- Location: germany
- Has thanked: 0
- Been thanked: 0
- Contact:
-i assume my program would merge both stereo channels to one mono channel. That's at least what audacity does when converting files from stereo to mono, not sure bout cdex.
-the mp3player has to decode both channels to play the file. Playing a mono file it'd have to decode only one -> half the work to do. Considering batteries are used up faster when my player decodes ogg instead of mp3, i guess it does matter how busy it's processor is.
yet i'll stay with stereo for the simple reason that i'm way too lazy to reencode my music.
-the mp3player has to decode both channels to play the file. Playing a mono file it'd have to decode only one -> half the work to do. Considering batteries are used up faster when my player decodes ogg instead of mp3, i guess it does matter how busy it's processor is.
yet i'll stay with stereo for the simple reason that i'm way too lazy to reencode my music.
-
- DCEmu Ultra Poster
- Posts: 1970
- Joined: Sat Jan 05, 2002 11:09 am
- Location: California
- Has thanked: 0
- Been thanked: 0
-
- DC Developer
- Posts: 9951
- Joined: Sun Dec 30, 2001 9:02 am
- Has thanked: 0
- Been thanked: 1 time
Because you'd actually have to reduce the bitrate to decrease the filesize. An MP3 encoded at 128kbps will be the same size, no matter what the sample rate or number of channels. Some encoders (such as LAME) are smart enough to guess a decent sample rate, but if you explicitly set a bitrate you'll always end up with the same file size.
In the case of MP3s, dropping to mono doesn't really gain you anything in filesize. MP3s typically use joint stereo, which doesn't encode a stereo track as two separate tracks, but as a single track with information about the differences between the left and right channels. It's lower quality than separate stereo, but doesn't increase the amount of data you need. So a 64kbps mono MP3 will actually sound worse than a 128kbps stereo MP3, because you've halved the data rate without actually halving the amount of data being encoded.
With something like Ogg Vorbis, which uses constant quality VBR and separate channels, dropping to mono would actually halve the size of the resulting file.
In the case of MP3s, dropping to mono doesn't really gain you anything in filesize. MP3s typically use joint stereo, which doesn't encode a stereo track as two separate tracks, but as a single track with information about the differences between the left and right channels. It's lower quality than separate stereo, but doesn't increase the amount of data you need. So a 64kbps mono MP3 will actually sound worse than a 128kbps stereo MP3, because you've halved the data rate without actually halving the amount of data being encoded.
With something like Ogg Vorbis, which uses constant quality VBR and separate channels, dropping to mono would actually halve the size of the resulting file.