[Previous] [Contents] [Index] [Next]

Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

About the Audio DDK

In this preface, you'll find:

The following table may help you find information quickly:

If you want to: Go to:
Estimate how much time it will take to develop an audio driver for your card Evaluating Your Card
Understand how the audio driver fits into the QNX architecture Organization of a driver
Write an analog mixer Handling Analog Audio Data
Use a standard mixer DLL Handling Analog Audio Data
Code a Pulse Code Modulation (PCM) device Handling PCM Audio Data
Get details about the API functions API Reference
Read about the codecs supported by QNX Supported Codecs
Explore the code of a sample mixer Sample Mixer Source
Understand the terms used in this guide Glossary

For information about other audio drivers, see "Audio drivers (deva-*)" in the summary chapter of the QNX Utilities Reference.

Supported features

Currently supported features include:


Note:

This DDK doesn't support:

  • MIDI
  • 3D audio
  • game ports

Assumptions

To use this guide, you need to have:

You might also need to refer to the QNX Audio Developer's Guide.

Building DDKs

You can compile the DDK from the IDE or the command line.


[Previous] [Contents] [Index] [Next]