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
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Xiph.Org
  • libao
  • Issues
  • #825

Closed
Open
Opened Jan 24, 2006 by mike@mike

Fix build under MacOSX and add buffer_time

This patch fixes two problems I found while trying out the library with OSX and adds one enhancement

Correctly link under darwin (taken from the fink port). This is the same problem as mentioned #727 (closed), I just put it here for completeness.

Fix a lockup if a program is calling ao_close() in an atexit. Coreaudio has its own atexit handler so the HAL has already been taken down by Coreaudio itself. I do not know if this is the best solution but it works.

Add a buffer_time property that allows to set the buffering in the driver. With this property an application can define the buffer_time it wants in ms.

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