Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • L libao
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 35
    • Issues 35
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Xiph.Org
  • libao
  • Issues
  • #2083
Closed
Open
Created Nov 08, 2014 by lparcq@lparcq

[patch] support for jack in libao

The patch for the configure.ac and src/plugins/Makefile.am is 0001-jack-plugin.patch

The code for the plugin itself is libao-jack-plugin.tgz

By default it connects to all available physical ports. It can be configured with the parameter "ports" ports=system:playback_1,system:playback_2

The plugin uses libsamplerate to resample the audio to the jack server rate. There are different algorithms in libsamplerate. There are selected according to the value of parameter "quality" (value from 0 to 9). The default is 5. It impacts the CPU consumption.

Assignee
Assign to
Time tracking