Could not find any audio devices?

An area for people to discuss Scope related problems, issues, etc.

Moderators: valis, garyb

Post Reply
User avatar
asktoby
Posts: 202
Joined: Thu Mar 13, 2003 4:00 pm
Contact:

Could not find any audio devices?

Post by asktoby »

Not sure what I've managed to do here but I've lost access to my Scope system from other software.

Windows can play audio through Wave Dest 1 fine.

When I try to use any wav software I get missing hardware errors:

Audacity
Could not find any audio devices

Wavelab
Asio: This driver does not seem to match any hardware installed on this machine

My project contains [ASIO1-32 Dest 64] and [ASIO1-32 Source 64], also [Wave Source 1] and [Wave Dest 1].

It feels like maybe a permissions issue? Scope is running as admin, but it doesn't seem to help if I run Audacity as user or admin.

This did all use to work so I must have changed something...
fidox
Posts: 808
Joined: Sun Aug 17, 2003 4:00 pm
Location: Slovenia
Contact:

Re: Could not find any audio devices?

Post by fidox »

hey,

could be tons of stuff. first try figure out, what did you install after while still works fine.
in my case, if there was something wrong, normally cause of installing new drivers or system changes (optimization ....).

which windows version do you use ?

do you have system restore enable, you could try to restore to previous version (few days back... ).
User avatar
garyb
Moderator
Posts: 23252
Joined: Sun Apr 15, 2001 4:00 pm
Location: ghetto by the sea

Re: Could not find any audio devices?

Post by garyb »

need the Wavelab patch that Steinberg made?
you can get it from support or attached here....


i'm not sure what's with Audacity. maybe a reinstall of Audacity might help...
Attachments
AsioScope_wavelab_patch_PCI_and_XITE.zip
(509 Bytes) Downloaded 105 times
User avatar
asktoby
Posts: 202
Joined: Thu Mar 13, 2003 4:00 pm
Contact:

Re: Could not find any audio devices?

Post by asktoby »

Thanks Garyb, that patch worked for Wavelab!

Because I like to know what's going on in my PC, so you know what it actually does? The code is below:

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\CLSID\{DD320B40-17F0-11d2-9CAD-006097A97422}\InprocServer32]
"ThreadingModel"="Apartment"
[HKEY_CLASSES_ROOT\CLSID\{2B10D3D9-36FC-4be6-87CE-D9A84FBDF098}\InprocServer32]
"ThreadingModel"="Apartment"

[HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{DD320B40-17F0-11d2-9CAD-006097A97422}\InprocServer32]
"ThreadingModel"="Apartment"
[HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{2B10D3D9-36FC-4be6-87CE-D9A84FBDF098}\InprocServer32]
"ThreadingModel"="Apartment"

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Classes\CLSID\{DD320B40-17F0-11d2-9CAD-006097A97422}\InprocServer32]
"ThreadingModel"="Apartment"
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Classes\CLSID\{2B10D3D9-36FC-4be6-87CE-D9A84FBDF098}\InprocServer32]
"ThreadingModel"="Apartment"
Audacity isn't working but I guess that must be a separate issue to do with Win10 64, they do warn against it on Audacity's website.
User avatar
garyb
Moderator
Posts: 23252
Joined: Sun Apr 15, 2001 4:00 pm
Location: ghetto by the sea

Re: Could not find any audio devices?

Post by garyb »

yes, it eliminates the need for the software to set up the soundcard.
Post Reply