Changes between Version 5 and Version 6 of Docs/825gen2/Dev/Devices/Audio
- Timestamp:
- 01/24/24 07:51:41 (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/Devices/Audio
v5 v6 28 28 card825gen2:~$ gst-launch-1.0 playbin uri=file:///run/media/Data-sda1/sample-12s.mp3 29 29 }}} 30 31 App 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. An example of this will be added to this page at a later date.