# Sounds

Published 2024-01-30

# Directly usable functions and values

from src.sounds import PlaysoundFromLocalPath

# Will play a sound from the local path.
PlaysoundFromLocalPath("assets/sounds/...")

# Description

Provides an interface to play sounds from files.