-
Notifications
You must be signed in to change notification settings - Fork 4
API
thokis edited this page Oct 10, 2020
·
3 revisions
-
next_track()
--> plays the next track/file -
prev_track()
--> plays the previous track/file -
sel_track(track_index)
--> selects a given track/file by index -
inc_vol()
--> increases volume one step -
dec_vol()
--> decreases volume one step -
set_vol(volume)
--> sets the volume to the given volume -
set_eq(equalizer)
--> sets the equalizer to the given equalizer -
set_mode(mode)
--> sets the playback mode to the given mode -
suspend()
--> enters lowpower mode -
resume()
--> leaves lowpower mode -
reset()
--> resets the hardware -
play()
--> start playback -
pause()
--> pause playback -
set_folder(folder_index)
--> selects a given folder by index -
enable_loop()
--> enable looping -
disable_loop()
--> disable looping
Equalizers
- Normal (default)
- Pop
- Rock
- Jazz
- Classic
- Base
Playback modes
- Repeat
- Folder repeat
- Single repeat
- Random