new updated driver FlexASIO v1.9

For general discussion related FlowStone
Post Reply
User avatar
Walter Sommerfeld
Posts: 250
Joined: Wed Jul 14, 2010 6:00 pm
Location: HH - Made in Germany
Contact:

new updated driver FlexASIO v1.9

Post by Walter Sommerfeld »

Hi dudes,

dunno if the Flex ASIO driver with optional GUI is known here...

https://github.com/dechamps/FlexASIO

Have a look - maybe usefull if u don't have a multi client driver...

FlexASIO differentiates itself by using an intermediate library called PortAudio that itself supports a large number of operating system sound APIs, which includes Kernel Streaming and WASAPI (in shared and exclusive mode), but also the more mundane APIs MME and DirectSound. Thus FlexASIO can be used to interface with any sound API available on a Windows system. For more information, see the backends documentation.

Among other things, this makes it possible to emulate a typical Windows application that opens an audio device in shared mode. This means other applications can use the same audio devices at the same time, with the Windows audio engine mixing the various audio streams. Other universal ASIO drivers do not offer this functionality as they always open audio devices in exclusive mode.
billv
Posts: 1165
Joined: Tue Aug 31, 2010 3:34 pm
Location: Australia
Contact:

Re: new updated driver FlexASIO v1.9

Post by billv »

Not compatible with XP.... :( ....nice to see you again Walter..... :D
Post Reply