Block Audio

From IPLOG
Revision as of 15:14, 5 October 2018 by Z022 (talk | contribs) (Created page with "== Audio library == === Playback === ==== AUDIO_PLAY_FILE ==== Plays audio file on given path {| class="wikitable" | colspan="5" |#Asynchronous operations|Asynchronous int...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Audio library

Playback

AUDIO_PLAY_FILE

Plays audio file on given path

Asynchronous interface
in FILENAME string file (with whole path) to play

AUDIO_PLAY_HTTP

Plays http audio stream on given url

Asynchronous interface
in URL string url to audio stream

AUDIO_STOP

Stops actual playback

Asynchronous interface

Configuration

AUDIO_VOLUME

Sets volume to left and right audio channel

Asynchronous interface
in VOL_L uint percent volume for left channel
in VOL_R uint percent volume for right channel