Bon code !

Skip to content

The Sound Reform

Ethan P. requested to merge the_sound_reform into main

Objectives

  • Provide an unified API to handle the sound
  • Reimplement the existing code with it

What's in it

  • Two submodules :
    • sound.playing which implements 3 functions : push_sound(), play(), pause()
    • sound.recording which implements 1 function : record_until_silence() Both modules are started since the first import call to them, and they are imported at startup through main.py.

Merge request reports