Code Monkey home page Code Monkey logo

Comments (3)

dechamps avatar dechamps commented on May 22, 2024

I had problems when combining the input from certain interfaces

What kind of problems? Audio glitches are expected and unavoidable when using multiple audio devices backed by separate hardware, because these devices will often use different clocks, but ASIO can only support a single clock. This kind of issue will not be solved by FlexASIO.

I'm wondering, if FlexASIO is already supporting multiple input devices

Currently, no, it does not.

If multi device input is not yet supported, do you plan to implement this in the near future?

Perhaps. There is a special feature in PortAudio that makes this easy, but it's only available for the MME backend. If MME is good enough for you, that might be doable. Supporting other backends would be harder because that would require FlexASIO to manage multiple PortAudio streams at the same time and handle the fact that their streaming events will not be synchronized.

from flexasio.

RolRoc avatar RolRoc commented on May 22, 2024

What kind of problems?

Yes, audio glitches. But more severely also situations in which the PC was no longer reacting (it's been a while since I last tried, I'm not sure if I had a blue screen also). I cannot reproduce at the moment, need to get the audio interfaces together.

Perhaps. There is a special feature in PortAudio that makes this easy, but it's only available for the MME backend. If MME is good enough for you, that might be doable

I'm looking for a way to combine different audio interfaces that already come with an ASIO driver with low latency. And I need low latency for the combination of these interfaces as well (e.g. for live recording and monitoring of a band). Using MME seems not to be the solution.

from flexasio.

dechamps avatar dechamps commented on May 22, 2024

I'm looking for a way to combine different audio interfaces that already come with an ASIO driver with low latency. And I need low latency for the combination of these interfaces as well

That's a hard problem, I'm afraid. Even more so if you want glitch-free operation with hardware using different clocks (which implies on-the-fly sample rate conversion). I'm not saying it's impossible, but it requires a lot of work, and I don't have the time to dedicate to that.

If someone is interested in working on this, my suggestion would be to create a completely new "virtual" ASIO driver that is specialized in routing (e.g. it could instantiate multiple real ASIO drivers under the hood and orchestrate between them). I don't think this is in scope for FlexASIO due to the complexity it would create.

from flexasio.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.