updated version.
This commit is contained in:
parent
643d01b23d
commit
93e7c8337d
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loquendo-bot",
|
"name": "loquendo-bot",
|
||||||
"version": "2.2.0",
|
"version": "2.3.0",
|
||||||
"description": "Bot assistant for streamers over different platforms",
|
"description": "Bot assistant for streamers over different platforms",
|
||||||
"main": "src/main.js",
|
"main": "src/main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
|
|
@ -149,7 +149,7 @@ async function createIniFile() {
|
||||||
USE_STT: false,
|
USE_STT: false,
|
||||||
MICROPHONE_ID: 'default',
|
MICROPHONE_ID: 'default',
|
||||||
SELECTED_MICROPHONE: 'default',
|
SELECTED_MICROPHONE: 'default',
|
||||||
MICROPHONE: 5,
|
MICROPHONE: 0,
|
||||||
LANGUAGE: 'vosk-model-small-es-0.42',
|
LANGUAGE: 'vosk-model-small-es-0.42',
|
||||||
},
|
},
|
||||||
AUDIO: {
|
AUDIO: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue