Changes between Version 9 and Version 10 of Docs/825gen2/Dev/Devices/Audio
- Timestamp:
- 07/07/26 09:49:15 (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/Devices/Audio
v9 v10 31 31 Apps may be written to output audio by using **system** calls to perform commands such as above. However, it would be better to use gstreamer library calls in the app. 32 32 33 {{{ 33 This is an example app: 34 {{{#!c++ 34 35 #include <gst/gst.h> 35 36 #include <stdio.h> … … 106 107 }}} 107 108 108 Also refer to the ID Storage app source code for class CGStreamer. This has the ability to queue audio files to play in a background thread.109 Also refer to the ID Storage app source code //class CGStreamer//. This has the ability to queue audio files to play in a background thread.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/cardinal.gif)