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.