Plays a specified media file.

Usage #

package main

import (
    t "github.com/hugmouse/gotermux"
)

func main() {
    // Play a music file
    t.TermuxMediaPlayerPlayFile("/storage/emulated/0/Music/song.mp3")
}

Parameters #

  • path string - Full path to the media file to play
The media player supports common audio formats like MP3, AAC, OGG, and FLAC.