View Source AudioPlayer (audio_player v0.2.0)

Documentation for AudioPlayer.

Link to this section Summary

Functions

Play an audio file

Link to this section Functions

@spec play(String.t()) :: :ok

Play an audio file

examples

Examples

iex> AudioPlayer.play("audio.mp3")