parent
e25b4c8272
commit
94843cc3ac
@ -1,4 +1,4 @@
|
|||||||
set(TARGET addon)
|
set(TARGET whisper-addon)
|
||||||
|
|
||||||
# Base settings
|
# Base settings
|
||||||
#==================================================================
|
#==================================================================
|
@ -1,5 +1,5 @@
|
|||||||
const path = require('path');
|
const path = require('path');
|
||||||
const { whisper } = require(path.join(__dirname, '../../build/Release/addon'));
|
const { whisper } = require(path.join(__dirname, '../../build/Release/whisper-addon'));
|
||||||
|
|
||||||
const whisperParams = {
|
const whisperParams = {
|
||||||
language: 'en',
|
language: 'en',
|
Loading…
Reference in new issue