does anyone know how make a music file conversion program?

Post here about scripting and programming for HaloPC (audio, network, ai, etc.)
Post Reply
stephen10101





Posts: 140
Joined: Sat Jul 29, 2006 9:11 pm
Location: Klein, TX

does anyone know how make a music file conversion program?

Post by stephen10101 »

hi, i have recently aquired alot of music (legally) from urge, however it puts them in a protected wma file, is there anyone here who knows how to convert it into an uprotected mp3, unprotected wma, or unprotected wav file? any help would be greatly appreciated! THANK YOU!!!! :D
Lowallyn





Posts: 170
Joined: Sat Jan 22, 2005 12:26 pm

Post by Lowallyn »

either put all of them on a bunch of CDs, and then put them back on your computer with Windows Meda playre or iTunes but play witht he settings so it imports to mp3

or get goldwaves free trial and figure that out
http://www.goldwave.com
*Sig rmeoved* Reveiw Halmoods Uneversal Rules ~aHlomods Staff
link_36p





Posts: 110
Joined: Wed Oct 27, 2004 6:50 pm
Contact:

Post by link_36p »

Or if you were on linux.......

mkfifo pipe; lame -h pipe my_new.mp3 | mplayer -vo null -ao pcm:file=pipe my_wma_file

Considering you are probelly on windows, you can use mplayer still to dump
every file to a .wav (PCM format) and then use lame, but each pcm file would be around 80 megs and it would take forever, though coding a program in a .net language that did it in a batch might not be very hard.
stephen10101





Posts: 140
Joined: Sat Jul 29, 2006 9:11 pm
Location: Klein, TX

Post by stephen10101 »

yeah, i tried to make wavs with wmplayer, but the drm protection wouldnt let me, so i tried to make a program to do it in vb.net basing off my file merging program except after writing all the file bytes in the selected file, changing it to an mp3, but that didnt work at all, so if you know how to convert file types in vb that would be verry helpful
Post Reply