Jump to content

fluid | fixed

VoodooHDA with prefPane optimized for Snow Leopard


  • Please log in to reply
28 replies to this topic

#1
Andy Vandijck

Andy Vandijck

    InsanelyMac Legend

  • Coders
  • 1,082 posts
  • Gender:Male
  • Location:Tienen
  • Interests:Programming stuff for Mac OS X...
    Hacking...
    Hard rock (also really big Metallica...
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

#2
Seanbox344

Seanbox344

    InsanelyMac Protégé

  • Members
  • Pip
  • 7 posts
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
yopale

yopale

    InsanelyMac Protégé

  • Members
  • Pip
  • 23 posts
  • Gender:Male

View PostSeanbox344, 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
Common Sense

Common Sense

    InsanelyMac Geek

  • Members
  • PipPipPipPip
  • 224 posts
@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

#5
lord_webi

lord_webi

    ./root86.org

  • Members
  • PipPipPipPipPipPipPip
  • 640 posts
  • Gender:Male
  • Location:Duesseldorf, Germany
did not work on P5W x64 SL 10.6.3 ... thx anyway for the work ...

#6
XLR

XLR

    2cores1cpu.mov

  • Donators
  • 803 posts
  • Location:חולון
Is there a list of supported hardware? Does it works with ALC888b or AD1988b?

#7
Andy Vandijck

Andy Vandijck

    InsanelyMac Legend

  • Coders
  • 1,082 posts
  • Gender:Male
  • Location:Tienen
  • Interests:Programming stuff for Mac OS X...
    Hacking...
    Hard rock (also really big Metallica...

View PostXLR, on Feb 27 2010, 01:16 PM, said:

Is there a list of supported hardware? Does it works with ALC888b or AD1988b?
Well, it should work for the same cards as the original VoodooHDA with prefPane.
I tried it on Intel 82801 (ALC272) and it works fine...

#8
Andy Vandijck

Andy Vandijck

    InsanelyMac Legend

  • Coders
  • 1,082 posts
  • Gender:Male
  • Location:Tienen
  • Interests:Programming stuff for Mac OS X...
    Hacking...
    Hard rock (also really big Metallica...
Added Leopard and Tiger support  ;)

#9
gimox

gimox

    InsanelyMac Geek

  • Members
  • PipPipPip
  • 149 posts
  • Gender:Male
  • Location:italy
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?

#10
sama7896

sama7896

    InsanelyMac Sage

  • Members
  • PipPipPipPipPipPip
  • 439 posts
  • Gender:Male
Andy, please advice where to put files:
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...

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
jimmyvau

jimmyvau

    InsanelyMac Protégé

  • Members
  • Pip
  • 42 posts
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

#12
Andy Vandijck

Andy Vandijck

    InsanelyMac Legend

  • Coders
  • 1,082 posts
  • Gender:Male
  • Location:Tienen
  • Interests:Programming stuff for Mac OS X...
    Hacking...
    Hard rock (also really big Metallica...

View Postsama7896, 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...
Did you try the "Release AppleClip" version?
I built it for my laptop (Acer Aspire One D250) and it works great...

#13
sama7896

sama7896

    InsanelyMac Sage

  • Members
  • PipPipPipPipPipPip
  • 439 posts
  • Gender:Male

View PostAndy 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...
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

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
Andy Vandijck

Andy Vandijck

    InsanelyMac Legend

  • Coders
  • 1,082 posts
  • Gender:Male
  • Location:Tienen
  • Interests:Programming stuff for Mac OS X...
    Hacking...
    Hard rock (also really big Metallica...

View Postsama7896, 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
Try the new version based on Slice's work...
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
Seraph787

Seraph787

    InsanelyMac Protégé

  • Just Joined
  • Pip
  • 1 posts
This is weird. I'm only getting the center channel of my 5.1 surround sound.
I am on a asus p6t board.

#16
Andy Vandijck

Andy Vandijck

    InsanelyMac Legend

  • Coders
  • 1,082 posts
  • Gender:Male
  • Location:Tienen
  • Interests:Programming stuff for Mac OS X...
    Hacking...
    Hard rock (also really big Metallica...

View PostSeraph787, 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.
Yeah... at current VoodooHDA is only designed for stereo output.
If you still have problems with audio try higher birate + bitdepth settings in Audio & Midi Utility

#17
ChristopherE

ChristopherE

    InsanelyMac Protégé

  • Members
  • Pip
  • 8 posts
  • Gender:Male
  • Location:Sherman Oaks, CA
Thanks I will try it now.

#18
jlvaio

jlvaio

    InsanelyMac Geek

  • Members
  • PipPipPipPip
  • 220 posts
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

Attached Files



#19
jlvaio

jlvaio

    InsanelyMac Geek

  • Members
  • PipPipPipPip
  • 220 posts
http://www.insanelym...howtopic=140941

#20
webdevbrian

webdevbrian

    InsanelyMac Protégé

  • Members
  • Pip
  • 11 posts
  • Gender:Male
  • Location:New England

View Postjlvaio, 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

© 2013 InsanelyMac  |   News  |   Forum  |   Downloads  |   OSx86 Wiki  |   Mac Netbook  |   Web hosting by CatN  |   Designed by Ed Gain  |   Logo by irfan  |   Privacy Policy