Giter Club home page Giter Club logo

Comments (3)

briankendall avatar briankendall commented on June 23, 2024

I'm not quite sure how to create multiple audio devices from a single plug-in, but I'm sure it can be done. The source code for the proxy device is based off of some example code from Apple named NullAudio. Sadly documentation for Core Audio plug-ins like this is very lacking, and I didn't find much else to help me outside of that code and reading the comments in it, many of which are still in the source code in this repo.

I think the first place to look though would be in the GetBoxPropertyData method. My understanding is that the 'box' contains all of the audio devices managed by the plugin, and one of its properties is kAudioBoxPropertyDeviceList. The proxy device just returns one device, but I believe that property can return an array of devices.

from proxy-audio-device.

AdelaideSky avatar AdelaideSky commented on June 23, 2024

Actually I already tried to modify your code but just successfully proxied automatically a device via their uid, and select the channels to proxy...

I'm going to test to modify this function tonight but there is an other problem: how to change the behaviour of the second device ? As I don't have access to the code right now I may ask dumb questions but I don't see how to separate the behaviour of the second device...

Thanks again for your reply and your time !

from proxy-audio-device.

stdk00 avatar stdk00 commented on June 23, 2024

Multiple-device support would be awesome! Any plans for releasing this in the future or has anyone found a way of making this work?

from proxy-audio-device.

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.