Changes between Version 9 and Version 10 of Docs/825gen2/Dev/Devices/Audio


Ignore:
Timestamp:
07/07/26 09:49:15 (2 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/Devices/Audio

    v9 v10  
    3131Apps 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.
    3232
    33 {{{
     33This is an example app:
     34{{{#!c++
    3435#include <gst/gst.h>
    3536#include <stdio.h>
     
    106107}}}
    107108
    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.
     109Also refer to the ID Storage app source code //class CGStreamer//. This has the ability to queue audio files to play in a background thread.