sound architecture

  1. M

    C Recording from FreeBSD sound subsystem

    I am trying to implement a basic example to record a few seconds of audio in FreeBSD, which uses a modified OSS version. Following the sample files included in the FreeBSD source code and the OSS programming guide I have prepared the following sample program: #include <sys/soundcard.h> #include...
  2. D

    Making Sense of The Audio Stack On Unix

    Venam's Blog
Back
Top