Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Foobar 2.2 x64 says "No ASIO drivers found" when they do exist (Read 940 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Foobar 2.2 x64 says "No ASIO drivers found" when they do exist

I have a Dell XPS 8960 desktop, Windows 11 x64 23H2, with Realtek ASIO drivers installed, as you can see below:



However, in Foobar v2.2 x64's Prefs/Playback/Output/ASIO, I see this:



I know I can (and do) use Wasapi-Exclusive, but this is driving me nuts--can anyone explain/guess why Foobar cannot see the ASIO drivers?

Re: Foobar 2.2 x64 says "No ASIO drivers found" when they do exist

Reply #1
In my case, Realtek Asio version 1.0.0.10 did not even play properly.
So I'm using the old version

Reaktek Audio Driver 6.0.9430.1
Realtek Asio version 1.0.0.9

DSD can also be played in environment "Super Audio CD Decoder (foo_input_sacd.dll) +  ASIO+DSD support (foo_out_asio+dsd.dll) +Output: ASIO+DSD: Reajtek ASIO".

Reaktek Audio Driver 6.0.9430.1:
https://mega.nz/file/JPMHQKyT#IheTZJnZ6x9c4_T0YW6YZZ3EGVfmFgmstmlWBh6yiyI



Realtek Audio Console won't even start.
SHURE SRH1840, SENNHEISER HD660S2, SENNHEISER HD620S, SENNHEISER HD 490 Pro Plus, beyerdynamic DT 1990 PRO, HiFiMAN Edition XS, Bowers & Wilkins P7, FiiO FT5, 水月雨 (MOONDROP) 空鳴 - VOID, Nakamichi Elite FIVE ANC, SONY WH1000XM5 (made a Upgrade/Balanced Cable by myself)

Re: Foobar 2.2 x64 says "No ASIO drivers found" when they do exist

Reply #2
ASIO doesn't need anything visible in Device Manager. ASIO drivers need to be registered in the registry. You could try if adding these keys fixes your problem:

Code: [Select]
[HKEY_LOCAL_MACHINE\SOFTWARE\ASIO\Realtek ASIO]
"CLSID"="{A80362FF-CE76-4DD9-874A-704C57BF0D6A}"
"Description"="Realtek ASIO"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{A80362FF-CE76-4DD9-874A-704C57BF0D6A}\InprocServer32]
@="c:\\windows\\system32\\rthdasio64.dll"
"ThreadingModel"="Apartment"

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\ASIO\Realtek ASIO]
"CLSID"="{A80362FF-CE76-4DD9-874A-704C57BF0D6A}"
"Description"="Realtek ASIO"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\WOW6432Node\CLSID\{A80362FF-CE76-4DD9-874A-704C57BF0D6A}\InprocServer32]
@="c:\\windows\\SysWow64\\rthdasio.dll"
"ThreadingModel"="Apartment"

Re: Foobar 2.2 x64 says "No ASIO drivers found" when they do exist

Reply #3
Case, damn, you're THE MAN!!  I applied the reg file you generously posted, restarted my PC, and NOW I HAVE ASIO!!  Control panel and all!



I can't thank you enough, the "why" of this was driving me crazy.  This was despite the download and install of the latest Realtek HD Audio package for my MB direct from Dell, which apparently wasn't "aware" enough to register all the drivers it actually installed.  Man I wonder how many other users have been affected by this.

Well now I have plenty of "play time" ahead thanks to you Case--so glad you're on this forum.