This one is the optimized warning free version...
It is 32/64 bit optimized for SL.
There are 2 versions present under build...
The first (Release) is using the Voodoo clipping routines.
The second (Release AppleClip) is using the clipping routines from AppleUSBAudio (latest).
If your audio crunches or sometimes doesn't play well use this version (also really recommended for netbooks with atom cpu's like mine).
The helper app and the prefPane are also optimized for SL (64bit version uses 64bit addresses... safer this way...).
Download including sources:
http://rapidshare.co...ne_Snow_AnV.zip
New version, new features:
- Supports 384khz bitrate
- Supports 8 + 20 bit audio for Intrinsics (SSE2) clipping version (8 bit SSE2 output only, 8 bit input = scalar)
- Supports 8 + 20 bit audio for Apple clipping version
Download including sources (SL):
http://rapidshare.co...AnV_Updated.zip
Downloads Leopard:
http://rapidshare.co...A_AppleClip.zip
http://rapidshare.co...LeopardVHDA.zip
Downloads Tiger:
http://rapidshare.co...A_AppleClip.zip
http://rapidshare.co...4/TigerVHDA.zip
Download new sources:
http://rapidshare.co..._Leo_SL_src.zip
New version based on Slice's work for Tiger, Leopard and Snow Leopard:
http://rapidshare.co...L_Leo_Tiger.zip
28 replies to this topic
#1
Posted 21 February 2010 - 05:32 PM
#2
Posted 21 February 2010 - 09:12 PM
is it possible we can get a mirror of this? This is something I want to try but rapidshare has been playing the slots full card all day on me.
#3
Posted 21 February 2010 - 09:59 PM
Seanbox344, on Feb 21 2010, 10:12 PM, said:
is it possible we can get a mirror of this? This is something I want to try but rapidshare has been playing the slots full card all day on me.
After long looong trying finally i get the file..here it is, if you only want to try, without the sources (i can't upload all)
All credits to the creator obviously
Attached Files
#4
Posted 27 February 2010 - 09:43 AM
@AnV
Is your VoodooHDA based on slices version reworked version?
I cannot get it to work with my ALC888-2 codec. Is it supposed to work?
CS
Is your VoodooHDA based on slices version reworked version?
I cannot get it to work with my ALC888-2 codec. Is it supposed to work?
CS
#5
Posted 27 February 2010 - 10:37 AM
did not work on P5W x64 SL 10.6.3 ... thx anyway for the work ...
#6
Posted 27 February 2010 - 12:16 PM
Is there a list of supported hardware? Does it works with ALC888b or AD1988b?
#7
Posted 28 February 2010 - 10:06 AM
#8
Posted 19 March 2010 - 03:52 PM
Added Leopard and Tiger support
#9
Posted 23 March 2010 - 11:30 PM
hi thank for great work.
i try the snow leo in my acer aspire one a 110 and it work very well.
now i use it in my new notebook (no brand) atom280 intel 950 (like acer) but i receive a kernel panic about a unsupported bit rate on latest.
i think the codec i alc662
so the notebook work perfectly i need only audio ( snow leo install fresh with netbookinstaller 8.4)
can you help me?
i try the snow leo in my acer aspire one a 110 and it work very well.
now i use it in my new notebook (no brand) atom280 intel 950 (like acer) but i receive a kernel panic about a unsupported bit rate on latest.
i think the codec i alc662
so the notebook work perfectly i need only audio ( snow leo install fresh with netbookinstaller 8.4)
can you help me?
#10
Posted 28 March 2010 - 10:05 PM
Andy, please advice where to put files:
voodoohdahelper
libFloatSupport.a
Edit: found an answer of yours on another forum
With your version i get full mic / speaker / hp support
I still get crackling audio after installing voodoohda on my netbook (acer 751h)
Thank You !
Edit: Trick by trauma: (on another forum) - fixes (mostly) the problem
This fixes (mostly) sound in quicklook audio (sound is almost clear, very subtle crackles). In iTunes, crackles are more obvious, but still lot more playable that at first.
P.S. thank god for google...
voodoohdahelper
libFloatSupport.a
Edit: found an answer of yours on another forum
Quote
libfloat.a = clipping routines library...
You don't need it unless you want to make some audio converter / recompile the sources...
If you just want to use the pre-built drivers, just use the VoodooHDA.kext from either the build/Release or build/Release AppleClip directories.
Put the voodoohdahelper in /usr/bin and install the prefPane for all users...
You don't need it unless you want to make some audio converter / recompile the sources...
If you just want to use the pre-built drivers, just use the VoodooHDA.kext from either the build/Release or build/Release AppleClip directories.
Put the voodoohdahelper in /usr/bin and install the prefPane for all users...
With your version i get full mic / speaker / hp support
I still get crackling audio after installing voodoohda on my netbook (acer 751h)
Thank You !
Edit: Trick by trauma: (on another forum) - fixes (mostly) the problem
Quote
Set your SPDIF output to 16 bits 48Khz in audio midi configuration utility. It should do the trick. For some reason VoodooHDA sets SPDIF output to 32 bits 192Khz by default on my codec. SPDIF only supports up to 20 bits standard bit depth, and optionally 24 bits, and a max 96Khz sample frequency.
This fixes (mostly) sound in quicklook audio (sound is almost clear, very subtle crackles). In iTunes, crackles are more obvious, but still lot more playable that at first.
P.S. thank god for google...
#11
Posted 31 March 2010 - 03:57 PM
I've installed the kext, the prefpane and voodoohdahelper properly but the kext doesn't load.
com.apple.kextd[10]: Can't load /System/Library/Extensions/VoodooHDA.kext - failed to resolve dependencies.
That's the error I get. I was using an older version of voodoohda which worked just fine, so I'm not sure which dependencies are missing. The kext won't load in 32 or 64 bit mode. Anyone have any ideas?
Vanilla 10.6.3 with and Intel DG33TL mobo that has STAC9271D audio
com.apple.kextd[10]: Can't load /System/Library/Extensions/VoodooHDA.kext - failed to resolve dependencies.
That's the error I get. I was using an older version of voodoohda which worked just fine, so I'm not sure which dependencies are missing. The kext won't load in 32 or 64 bit mode. Anyone have any ideas?
Vanilla 10.6.3 with and Intel DG33TL mobo that has STAC9271D audio
#12
Posted 31 March 2010 - 07:07 PM
sama7896, on Mar 29 2010, 12:05 AM, said:
Andy, please advice where to put files:
voodoohdahelper
libFloatSupport.a
Edit: found an answer of yours on another forum
With your version i get full mic / speaker / hp support
I still get crackling audio after installing voodoohda on my netbook (acer 751h)
Thank You !
Edit: Trick by trauma: (on another forum) - fixes (mostly) the problem
This fixes (mostly) sound in quicklook audio (sound is almost clear, very subtle crackles). In iTunes, crackles are more obvious, but still lot more playable that at first.
P.S. thank god for google...
voodoohdahelper
libFloatSupport.a
Edit: found an answer of yours on another forum
With your version i get full mic / speaker / hp support
I still get crackling audio after installing voodoohda on my netbook (acer 751h)
Thank You !
Edit: Trick by trauma: (on another forum) - fixes (mostly) the problem
This fixes (mostly) sound in quicklook audio (sound is almost clear, very subtle crackles). In iTunes, crackles are more obvious, but still lot more playable that at first.
P.S. thank god for google...
I built it for my laptop (Acer Aspire One D250) and it works great...
#13
Posted 04 April 2010 - 06:30 AM
Andy Vandijck, on Mar 31 2010, 07:07 PM, said:
Did you try the "Release AppleClip" version?
I built it for my laptop (Acer Aspire One D250) and it works great...
I built it for my laptop (Acer Aspire One D250) and it works great...
As i said, this version makes all outputs/ inputs recognized / working but those damn crackles persist (same issue .. disappear on mouse movement). Can you please advice on what should i change to get rid of this bug ?
Thank you once again
edit: as of today (5.04) i tried also your latest version (the one from voodoovrojects forum, updated here), but still no luck. Guess i gotta buy a usb sound card. hmm.. i wonder if it's versions specific ... (i have 10.6.0 should i update to .3?)
#14
Posted 05 April 2010 - 10:52 AM
sama7896, on Apr 4 2010, 08:30 AM, said:
Yep, that's the one it makes the crackles less obvious... (also tried the other version for that matter)
As i said, this version makes all outputs/ inputs recognized / working but those damn crackles persist (same issue .. disappear on mouse movement). Can you please advice on what should i change to get rid of this bug ?
Thank you once again
As i said, this version makes all outputs/ inputs recognized / working but those damn crackles persist (same issue .. disappear on mouse movement). Can you please advice on what should i change to get rid of this bug ?
Thank you once again
It will work much better (no more slow downs for me at all) and working for all... (thank you Slice)
It has both version (Non-appleclip + AppleClip)
#15
Posted 14 April 2010 - 10:55 PM
This is weird. I'm only getting the center channel of my 5.1 surround sound.
I am on a asus p6t board.
I am on a asus p6t board.
#16
Posted 16 April 2010 - 03:25 PM
Seraph787, on Apr 15 2010, 12:55 AM, said:
This is weird. I'm only getting the center channel of my 5.1 surround sound.
I am on a asus p6t board.
I am on a asus p6t board.
If you still have problems with audio try higher birate + bitdepth settings in Audio & Midi Utility
#17
Posted 31 May 2010 - 08:29 PM
Thanks I will try it now.
#18
Posted 01 June 2010 - 11:08 AM
hi andy
2 things:
first i have tried yours and problem is mic don t work alc262
second
i have triedit because i have 3 sound cards on board:
alc 262
stac7664
AVerMedia Hybrid H/W MPEG Card, M115S (DVBT/NTSC/PAL/SECAM)
PCI\VEN_1131&DEV_7133&SUBSYS_E8361461&REV_D1
i had kext for 262 and 7664 but nothing for aver media and can't load 262 and 7664 at same time
i' ve seen there ' s a trick with voodoo prefpane to enable multi sound cards and hdmi sounds but don' t understand how to my try's have just ches because i'm so noob
here ALC 262 with mic
could you have fix for multicard
2 things:
first i have tried yours and problem is mic don t work alc262
second
i have triedit because i have 3 sound cards on board:
alc 262
stac7664
AVerMedia Hybrid H/W MPEG Card, M115S (DVBT/NTSC/PAL/SECAM)
PCI\VEN_1131&DEV_7133&SUBSYS_E8361461&REV_D1
i had kext for 262 and 7664 but nothing for aver media and can't load 262 and 7664 at same time
i' ve seen there ' s a trick with voodoo prefpane to enable multi sound cards and hdmi sounds but don' t understand how to my try's have just ches because i'm so noob
here ALC 262 with mic
could you have fix for multicard
Attached Files
#19
Posted 01 June 2010 - 03:33 PM
#20
Posted 01 June 2010 - 04:45 PM
jlvaio, on Jun 1 2010, 04:33 PM, said:
Dell 1525 user here...every time I attempt to run the voodooHDA I get a kernel crash. Running 10.6.3, everything else is working but audio and microphone (both jacks and internals).
There's nothing via searching google, so I'm a lost duck here...
**EDIT!**
Chad3000 helped me fix my issue. Here's the thread:
http://www.insanelym...p;#entry1480148
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users



Sign In
Create Account









