]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
sound: Add an example of basic sound application
authorGoran Mekić <meka@tilda.center>
Wed, 4 Aug 2021 10:04:54 +0000 (18:04 +0800)
committerKa Ho Ng <khng@FreeBSD.org>
Wed, 4 Aug 2021 10:11:54 +0000 (18:11 +0800)
commit21d854658801f6ddb91de3a3c3384e90f5d920f2
treee4a445e4fe34981533992833f2b42dd74cb5f31f
parente94f1a0a37fdd3252201aaa5a94f46da7f8e740e
sound: Add an example of basic sound application

This is an example demonstrating the usage of the OSS-compatible APIs
provided by the sound(4) subsystem. It reads frames from a dsp node and
writes them to the same dsp node.

MFC after: 2 weeks
Reviewed by: hselasky, bcr
Differential revision: https://reviews.freebsd.org/D30149
share/examples/Makefile
share/examples/sound/README [new file with mode: 0644]
share/examples/sound/basic.c [new file with mode: 0644]
share/examples/sound/ossinit.h [new file with mode: 0644]