Google
 

Open Sound System
OSS 4.x Programmer's Guide

Do you have problems with sound/audio application development? Don't panic! Click here for help!

Some OSS sample programs

Under construction.

SourceExplanation
soundcard.hThe C/C++ header file that defines the OSS API.
help.cSource file oss-testing/cmd/osstest/help.c
osstest.cThe osstest program shipped with OSS
ossinfo.cThe ossinfo program that is included in the OSS package.
ossxmix.cThis is the ossxmix (GTK++ GUI) program shipped with OSS
ossmix.cSources for the ossmix command line mixer shipped with OSS
ossplay.cSources for the ossplay audio player shipped with OSS
mixext.cA simple sample program for using the new mixer API
fulldup.cFull duplex sample program using the single device approach.
audiolevel.cA simple program that does audio recording.
dsp_geterror_demo.cA simple demonstration of
mixer_applet.cA sample program for developing a simple mixer applet.
recsrc.cA sample program for recording source selection
midiin.cA minimalistic MIDI input programming sample.
mmap_test.cA sample program for using mmap()
playtgt.cA sample program for play target selection
midi.cA minimalistic MIDI output programming sample.
mmap_duplex.cA simple sample program for doing dull duplex using mmap
singen.cA simple audio playback program that plays continuous 1 kHz sine wave.
morse3.cYet another morse code program that uses select
morse2.cAnother morse code program that uses select
morse.cSimple audio programming example that plays morse code.
spdif_in_debug.cA program that prints the S/PDIF receiver status.
synctest.cA program that demonstrates use of syncronization groups.
sweepdown.cPlays a funny synthetic engine stop sound
musicin.cA program that demonstrates MIDI input with /dev/music (obsolete)
iosync.cMeasuring the hardware level latencies.
multich16.cSource file oss-testing/tutorials/sndkit/tests/multich16.c
sweepup.cA simple program that plays frequency sweep from 10 Hz to fs/2.
multich32.cSource file oss-testing/tutorials/sndkit/tests/multich32.c
seltest2.cThis program has been used to verify that the select() call works
softsynth_gtk.cA simple software MIDI synthesizer program with GTK GUI.
softsynth.cA simple software MIDI synthesizer program.


Copyright (C) 4Front Technologies, 2007. All rights reserved.
Back to index OSS web site