voca package

Submodules

voca.app module

voca.caster_adapter module

voca.cli module

voca.config module

voca.context module

voca.listen module

voca.log module

voca.manager module

voca.mic module

Plot the live microphone signal(s) with matplotlib.

Matplotlib and NumPy have to be installed.

This module is from the sounddevice docs.

voca.mic.audio_callback(indata, frames, time, status)[source]

This is called (from a separate thread) for each audio block.

voca.mic.int_or_str(text)[source]

Helper function for argument parsing.

voca.mic.update_plot(frame)[source]

This is called by matplotlib for each plot update.

Typically, audio callbacks happen more frequently than plot updates, therefore the queue tends to contain multiple blocks of audio data.

voca.parsing module

voca.patching module

voca.platforms module

voca.streaming module

voca.utils module

voca.worker module

Module contents