Page MenuHomeFreeBSD

audio/rsynth: Fix audio output
ClosedPublic

Authored by tobik on May 20 2017, 5:02 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Dec 28, 11:51 AM
Unknown Object (File)
Sat, Dec 27, 2:18 AM
Unknown Object (File)
Wed, Dec 24, 4:45 PM
Unknown Object (File)
Dec 23 2025, 2:36 PM
Unknown Object (File)
Dec 18 2025, 8:23 AM
Unknown Object (File)
Dec 16 2025, 9:03 AM
Unknown Object (File)
Dec 11 2025, 8:02 PM
Unknown Object (File)
Nov 26 2025, 4:23 AM
Subscribers
None

Details

Summary
- Add Sndio backend from [1] and fix it
  - Remove dead code
  - Fix format selection and playback with raw devices
- Fix OSS backend
  - Remove dead code
  - Don't open the device in non-blocking mode.  There is no error
    handling for short writes and looking at how audio_play() is used in say.c
    it is expected to block.
  - Fix format selection
  - Let the kernel handle sample conversion instead of doing it in the backend
- Make NAS support optional
- Make installing dictionary database tools optional
- Add LICENSE

Obtained from:	OpenBSD [1] (based on)
Approved by:	??? (mentor)
Differential Revision:	https://reviews.freebsd.org/D?????
Test Plan

poudriere testport 11.0/amd64 ok

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.May 30 2017, 3:01 PM
This revision was automatically updated to reflect the committed changes.