Block Audio

From IPLOG
Revision as of 13:12, 24 October 2018 by Z033 (talk | contribs)
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

Example:
Block Audio play File.png
Note: plays abc.mp3 file in folder "home"

AUDIO_PLAY_HTTP

Plays http audio stream on given url

Asynchronous interface
in URL string url to audio stream

Example:
Block Audio play HTTP.png

AUDIO_STOP

Stops actual playback

Asynchronous interface

Example:
Block Audio stop.png

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

Example:
Block Audio Volume configuration .png
Note: Volume set to 50% in the example.