Spaces:
Running
Running
| """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"] | |