Giter Club home page Giter Club logo

Comments (11)

leander-hass avatar leander-hass commented on September 25, 2024 1

I followed your instructions and now it worked, I probably forgot changing the drivers permissions or to restart the audio, but now it works and I am very glad it does. I think the PR can be released as a fix.

from proxy-audio-device.

briankendall avatar briankendall commented on September 25, 2024

I think this is a problem with the portfile. Can you check whether ProxyAudioDevice.driver is in /Library/Audio/Plug-Ins/HAL? (i.e. within the system-level Library folder)

from proxy-audio-device.

gitous avatar gitous commented on September 25, 2024

same problem. i'm using a 2023 mac mini m2pro version with latest macos
after mv ProxyAudioDevice.driver, change permission and reboot
there's no proxy audio device in the list
截屏2023-10-05 22 00 22
截屏2023-10-05 22 03 06

from proxy-audio-device.

briankendall avatar briankendall commented on September 25, 2024

Looks like it's broken in Sonoma. Installing manually doesn't work either.

from proxy-audio-device.

leander-hass avatar leander-hass commented on September 25, 2024

Yep, can confirm. Folder is also present for me. Already tried during beta but wanted to wait until out-of-beta.
Has anyone who already had it installed and updated to Sonoma the same issue?

from proxy-audio-device.

kasimok avatar kasimok commented on September 25, 2024

Guys, try if PR-35 can fix your problems.

from proxy-audio-device.

leander-hass avatar leander-hass commented on September 25, 2024

Im very new to mac development. I tried pulling your PR and building through xcode for macOs 14.0 as deployment target, but it did not work.

from proxy-audio-device.

kasimok avatar kasimok commented on September 25, 2024

@leander-hass provide more details, like the console.app has crash logs, or the app still cannot list any devices.

from proxy-audio-device.

leander-hass avatar leander-hass commented on September 25, 2024

Ah Im sorry, yes the application still does not list any devices. I have appended some additional info, hope this helps:
Bildschirmfoto 2023-10-11 um 01 23 34
Bildschirmfoto 2023-10-11 um 01 24 30
Bildschirmfoto 2023-10-11 um 01 24 38

from proxy-audio-device.

kasimok avatar kasimok commented on September 25, 2024

@leander-hass you have to build the HAL device and manually install it first.

Manual installation

  1. Build the HAL device(target named ProxyAudioDevice in Xcode) with Xcode, find the built HAL device by Menu -> Product -> Show build folder in Finder

  2. Create the directory HAL if it does not exist. Open a terminal window, execute the following command and enter your administrator password when prompted:

     sudo mkdir /Library/Audio/Plug-Ins/HAL
    
  3. Move the directory ProxyAudioDriver.driver to /Library/Audio/Plug-Ins/HAL and assign it the correct owner. Execute in the root directory of the unzipped file:

     sudo mv ./ProxyAudioDevice.driver /Library/Audio/Plug-Ins/HAL/
     sudo chown -R root:wheel /Library/Audio/Plug-Ins/HAL/ProxyAudioDevice.driver
    
  4. Either reboot your system or reboot Core Audio by executing the following command:

     sudo launchctl kickstart -k system/com.apple.audio.coreaudiod
    
  5. Run Proxy Audio Device Settings to configure the proxy output device's name, which output device the driver will proxy to, and how large you want its audio buffer to be.

from proxy-audio-device.

vexir avatar vexir commented on September 25, 2024

@briankendall Any chance of integrating this fix into the downloadable app?

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.