File size: 297 Bytes
5838d6a
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
"""Wake-word dataset creator package.

Generates Edge Impulse / Hugging Face ready wake-word datasets using
Google Cloud TTS (when an API key is available) with an automatic
fall back to free, local Piper TTS.
"""

__all__ = ["config", "audio", "builder", "hf_export", "backends", "edge_impulse"]