vox.handlers.stdout_handler

Classes

OutputHandler

A simple handler that prints the transcribed text to standard output.

Module Contents

class vox.handlers.stdout_handler.OutputHandler(**kwargs)

A simple handler that prints the transcribed text to standard output.

send(text)

Prints the text to stdout. flush=True is important for real-time piping.

close()