We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux systems generaly use ALSA as their audio output driver. It is still possible to have OSS output too, but it is a bit different from FreeBSD
For example, it's linux/soundcard.h instead of sys/soundcard.h (because hey, linux!) the AFMT_S32_LE format is not defined, only AFMT_S16_LE is, etc.
linux/soundcard.h
sys/soundcard.h
AFMT_S32_LE
AFMT_S16_LE
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Linux systems generaly use ALSA as their audio output driver.
It is still possible to have OSS output too, but it is a bit different from FreeBSD
For example, it's
linux/soundcard.h
instead ofsys/soundcard.h
(because hey, linux!)the
AFMT_S32_LE
format is not defined, onlyAFMT_S16_LE
is, etc.The text was updated successfully, but these errors were encountered: