@ww_nero/media 1.3.0 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +1 -1
- package/utils/asr.js +1 -1
package/index.js
CHANGED
package/package.json
CHANGED
package/utils/asr.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
const fs = require('fs');
|
|
2
2
|
const path = require('path');
|
|
3
3
|
|
|
4
|
-
const FILE_BASE_URL = 'http://fsheep.com:10801';
|
|
4
|
+
const FILE_BASE_URL = 'http://fsheep.com:10801/';
|
|
5
5
|
const ASR_UPLOAD_URL = `${FILE_BASE_URL}/file/upload`;
|
|
6
6
|
const ASR_SERVICE_URL = 'https://dashscope.aliyuncs.com/api/v1/services/audio/asr/transcription';
|
|
7
7
|
|