song_match.sound_effects

Package for custom sound effects.

song_match.sound_effects.sound_effects

song_match.sound_effects.sound_effects.get_collect_point_sound() → Sound[source]

Get the collect point sound.

Returns:Sound
song_match.sound_effects.sound_effects.get_level_complete_sound() → Sound[source]

Get the level complete sound.

Returns:Sound
song_match.sound_effects.sound_effects.get_piano_note_sound_path(name: str) → str[source]

Get the path to a piano note sound file.

Parameters:name – The name of the note. For example, C4.
Returns:The path to a piano note sound.
song_match.sound_effects.sound_effects.get_wrong_buzzer_sound() → Sound[source]

Get the wrong buzzer sound.

Returns:Sound
song_match.sound_effects.sound_effects.play_collect_point_sound() → None[source]

Play collect-point.wav.

Returns:None
song_match.sound_effects.sound_effects.play_level_complete_sound() → None[source]

Play level-complete.wav.

Returns:None
song_match.sound_effects.sound_effects.play_wrong_buzzer_sound() → None[source]

Play wrong-buzzer.wav.

Returns:None