Dark Bit Factory & Gravity

PROGRAMMING => General coding questions => Topic started by: Hotshot on May 28, 2011

Title: Is there way of Reducing Music Files size?
Post by: Hotshot on May 28, 2011
My Music Files size is 6.9MB !!! Is there way of reducing of them down by half of the size?
Title: Re: Is there way of Reducing Music Files size?
Post by: Hotshot on May 28, 2011
I should post in the General Chat forum instead of here because here is general coding questions  ::)
Title: Re: Is there way of Reducing Music Files size?
Post by: Shockwave on May 28, 2011
Are you using your music in something you're coding ?
Title: Re: Is there way of Reducing Music Files size?
Post by: Hotshot on May 28, 2011
Yes.

My Wireframes is Almost done and just need to reduce the music files size :)
Title: Re: Is there way of Reducing Music Files size?
Post by: zawran on May 28, 2011
What format is your music in?
Title: Re: Is there way of Reducing Music Files size?
Post by: Hotshot on May 28, 2011
MP 3.......I guess they are huge files size are they?

It is possible to reduce the files size?

Which one of them are smallest files size  it, xm, mod?
Title: Re: Is there way of Reducing Music Files size?
Post by: Raizor on May 28, 2011
You can re-encode the MP3 at a lower bitrate, which will reduce the file size. You'll get some quality loss though, especially since you're recompressing an already compressed MP3.  If you have the original tune in an uncompressed format (.wav or whatever), converting that to MP3 will give you better quality than recompressing the existing MP3.  Give 128 or 64 kbps a try when compressing, that should make it fairly small without making it sound awful.

You're not going to be able to convert it to a mod or xm file, well, not easily anyway.
Title: Re: Is there way of Reducing Music Files size?
Post by: Hotshot on May 28, 2011
I used mod music which is much better...

thanks for all help :)