Add piper hello world example with resample to 24kHz

This commit is contained in:
2024-12-14 21:56:20 +01:00
parent 74c2b8a34d
commit d43c3a3a38
6 changed files with 6390 additions and 7 deletions
+16
View File
@@ -0,0 +1,16 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python Debugger: Current File",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal"
}
]
}