:mod:`thingz_sound` =================== .. py:module:: thingz_sound .. autoapi-nested-parse:: Thingz Sound .. py:class:: Sound Output sound using Galaxia's Jack connector .. py:method:: play(on: bool, freq: int) -> None :param bool on: Enable frequency generation onto the jack :param int freq: The frequency to generate in Hz .. py:method:: set_frequency(freq: int) -> None :param int freq: The frequency to generate in Hz .. py:method:: set_volume(volume: int) -> None Set the volume of the sound :param int volume: The volume of the sound between 0 and 100 .. py:method:: play_sample(filename: str) -> None Play a sound sample. Sample must be in wav format :param str filename: The path to file