Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
L
libao
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 32
    • Issues 32
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 3
    • Merge Requests 3
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Xiph.Org
  • libao
  • Issues
  • #1971

Closed
Open
Opened Aug 09, 2013 by Cody P Schafer@codyps

Comments in /etc/libao.conf cause pulse output driver to fail

Example using pulseaudio output:

~ $ cat /etc/libao.conf
#HI
default_driver=pulse
~ $ ogg123 6.ogg 

Audio Device:   PulseAudio Output

Playing: 6.ogg
Ogg Vorbis stream: 6 channel, 44100 Hz
ERROR: Cannot open device pulse.

vs.

~ $ cat /etc/libao.conf
default_driver=pulse
~ $ ogg123 6.ogg 

Audio Device:   PulseAudio Output

Playing: 6.ogg
Ogg Vorbis stream: 6 channel, 44100 Hz
                                                                           
Done.
^C~ $ 

The specific libao version used is gentoo's libao-1.1.0-r1

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: xiph/libao#1971