GithubHelp home page GithubHelp logo

Comments (2)

neilcsmith-net avatar neilcsmith-net commented on August 18, 2024

Hi,

I assume the none-ported example behaves the same?

Things to try -

  • Increase the buffer size - 512, 1024, 2048. The example value is possibly a bit low and might be pushing it on some systems. Praxis LIVE defaults to 2048.
  • Try changing the sample rate to 48,000. Sometimes devices are opened at 48,000 and resampling from 44,100 causes issues. Praxis LIVE is defaulting to 48,000.
  • Try passing JSTimingMode.BLOCKING in the AudioConfiguration - add it after the Connections.OUTPUT.
  • Why Oracle JDK? OpenJDK has a proper PulseAudio Mixer which will usually be the default and works better in my experience than the Alsa Mixer through PulseAudio. Also look at the DeviceIteration example - you can try passing in another Device in the AudioConfiguration (again after Connections.OUTPUT).

Best wishes, Neil

from examples.

neilcsmith-net avatar neilcsmith-net commented on August 18, 2024

Any further on this? If not, I'll close this issue.

Thanks, Neil

from examples.

Related Issues (1)

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.