FLAC for Minimalists

Any other tech-related topics
Post Reply
Message
Author
User avatar
Magibon
Posts: 177
Joined: Thu Feb 24, 2011 4:24 pm

FLAC for Minimalists

#1 Post by Magibon »

1. Download madFLAC

2. Extract

3. Copy "madflac.ax" and "libflac.dll" into C:\Program files\madflac
(x64bit users, create a 2nd copy of "madflac.ax" and name it "madflacx86.ax")

4. Create a batch script.
32bit Users:

Code: Select all

C:\Windows\System32\regsvr32.exe "C:\Program Files\madFlac\madflac.ax"
64bit Users:

Code: Select all

C:\Windows\SysWOW64\regsvr32.exe "C:\Program Files\madFlac\madflac.ax"
C:\Windows\system32\regsvr32.exe "C:\Program Files\madFlac\madflacx86.ax"
Save as "enable.bat".

5. Execute "enable.bat".

6. Complete.. now you can play flac files directly on WMP or Media Center.

To Remove:
Create a batch file:

32bit Users:

Code: Select all

C:\Windows\system32\regsvr32.exe /u "C:\Program Files\madFlac\madflac.ax"
64bit users:

Code: Select all

C:\Windows\SysWOW64\regsvr32.exe /u "C:\Program Files\madFlac\madflac.ax"
C:\Windows\system32\regsvr32.exe /u "C:\Program Files\madFlac\madflacx86.ax"

freakazoid
Posts: 1212
Joined: Wed Jul 18, 2007 5:45 pm

Re: FLAC for Minimalists

#2 Post by freakazoid »

I'd rather use a program like foobar2000!
is it stealth? ;)

User avatar
webfork
Posts: 10821
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: FLAC for Minimalists

#3 Post by webfork »

Good tweak for those of us stuck using WMP for whatever reason.

User avatar
Magibon
Posts: 177
Joined: Thu Feb 24, 2011 4:24 pm

Re: FLAC for Minimalists

#4 Post by Magibon »

i love foobar ..
but sometimes ... i feel like im not making full use of Windows :)

also.. some like Windows Media Center ..
im not one of them though ..

currently.. im using foobar ..

what's great is you can unregister madFlac if you don't want it on your system ..

Post Reply