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",
|
||||
"version": "2.2.0",
|
||||
"version": "2.3.0",
|
||||
"description": "Bot assistant for streamers over different platforms",
|
||||
"main": "src/main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -149,7 +149,7 @@ async function createIniFile() {
|
|||
USE_STT: false,
|
||||
MICROPHONE_ID: 'default',
|
||||
SELECTED_MICROPHONE: 'default',
|
||||
MICROPHONE: 5,
|
||||
MICROPHONE: 0,
|
||||
LANGUAGE: 'vosk-model-small-es-0.42',
|
||||
},
|
||||
AUDIO: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue