I need to record audio from a device set as the default recording device on the system. I found pyaudio and python-sounddevice, but these APIs seem to be very low level. I need to record until the recording isn't stop by the code, not for a specific time. I also need the opportunity to pause and resume recording. Maybe someone can suggest how I could do this more easier?