PortAudio and Scope

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

Moderators: valis, garyb

Post Reply
User avatar
faxinadu
Posts: 1602
Joined: Wed Nov 01, 2006 3:12 am
Location: israel
Contact:

PortAudio and Scope

Post by faxinadu »

I have been trying to use something that uses PortAudio and I kept getting errors.

Remembered something about Scope not liking it. Looked around the forum here and saw references to this being an issue.

1) Can anyone confirm? Does Scope and PortAudio not work?
2) Any workarounds?

Thanks
Scope, Android, Web, PC Plugins and Sounds:
http://www.oceanswift.net
Music
https://faxinadu.bandcamp.com/
User avatar
faxinadu
Posts: 1602
Joined: Wed Nov 01, 2006 3:12 am
Location: israel
Contact:

Re: PortAudio and Scope

Post by faxinadu »

Ok confirmed by Holger that it doesn't work.....

so question 2, any workarounds? :P
Scope, Android, Web, PC Plugins and Sounds:
http://www.oceanswift.net
Music
https://faxinadu.bandcamp.com/
User avatar
garyb
Moderator
Posts: 23248
Joined: Sun Apr 15, 2001 4:00 pm
Location: ghetto by the sea

Re: PortAudio and Scope

Post by garyb »

voicemeeter?
Eanna
Posts: 615
Joined: Fri Dec 02, 2011 1:57 am
Location: Ireland

Re: PortAudio and Scope

Post by Eanna »

Hi, I downloaded the source for portaudio on Windows, I couldn't find the workaround in a local portaudio build such that it would ignore unsupported sample rates.

My thinking was to build a portaudio.dll that worked with Scope ASIO. Put my scope-enabled portaudio build in c:\windows\system32, such that portaudio apps would find those library functions ahead of the application's build...

But my C++ skills are 20 years old. Maybe someone else would be more successful...
Not because it is easy, but because it is hard...
User avatar
faxinadu
Posts: 1602
Joined: Wed Nov 01, 2006 3:12 am
Location: israel
Contact:

Re: PortAudio and Scope

Post by faxinadu »

thanks for the tip gary i will try...

eanna - you think this will work though?
Scope, Android, Web, PC Plugins and Sounds:
http://www.oceanswift.net
Music
https://faxinadu.bandcamp.com/
Eanna
Posts: 615
Joined: Fri Dec 02, 2011 1:57 am
Location: Ireland

Re: PortAudio and Scope

Post by Eanna »

Hey yaron, yeah I reckon it would, but would need some magic strings in the code , if (SCOPE) { .. }

It appears that scope asio advertises a range of sample rates that it cannot actually support..
Not because it is easy, but because it is hard...
User avatar
faxinadu
Posts: 1602
Joined: Wed Nov 01, 2006 3:12 am
Location: israel
Contact:

Re: PortAudio and Scope

Post by faxinadu »

Seems a bit too much trouble to go through for what I was trying to do, I will just look for another way that doesn't need Port Audio
Scope, Android, Web, PC Plugins and Sounds:
http://www.oceanswift.net
Music
https://faxinadu.bandcamp.com/
User avatar
next to nothing
Posts: 2521
Joined: Mon Jul 29, 2002 4:00 pm
Location: Bergen, Norway

Re: PortAudio and Scope

Post by next to nothing »

You are probably aware, but stay off win 10 and you will most likely have less problems finding alternatives.
A positive attitude may not solve all your problems, but it will annoy enough people to make it worth the effort.
User avatar
faxinadu
Posts: 1602
Joined: Wed Nov 01, 2006 3:12 am
Location: israel
Contact:

Re: PortAudio and Scope

Post by faxinadu »

Too late :) Grabbed win10 a couple of months ago, its actually performing very nice with everything for me.
Scope, Android, Web, PC Plugins and Sounds:
http://www.oceanswift.net
Music
https://faxinadu.bandcamp.com/
Post Reply