Giter VIP home page Giter VIP logo

Comments (2)

rmichon avatar rmichon commented on July 19, 2024 1

Hi Nick,
Thanks for the super quick reply! That was the problem indeed. Since I'm on Arch, I use the latest version of everything so that was definitely the issue.
Cheers,
Romain

from chuck.

nshaheed avatar nshaheed commented on July 19, 2024

Hmm it looks like this is due the new rtaudio drivers not properly handling audio driver defaults on linux (they're just defaulting to pulse even if it's not enabled). This happened because now you can used the --driver arg to specify which api chuck uses.

As a quick solution to validate, try chuck --driver:jack --probe

If that works then you can keep using jack, but if you still want the default pulse drivers to just work you can actually compile chuck with multiple linux audio drivers now, just build it with multiple driver args (make linux-pulse linux-alsa linux-jack) and you can use --driver to select which one you want

To fix this we need to have some hierarchy of driver preferences on linux and then check to make sure they're installed before defaulting to them.

from chuck.

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.