Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
LINAGORA
L
LGS
Labs
linstt-controller
Commits
a054db25
Commit
a054db25
authored
Nov 30, 2017
by
Yoann HOUPERT
Browse files
clean code
parent
9c793ec9
Pipeline
#6370
passed with stage
in 1 minute and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lib/speech-enhancement.js
lib/speech-enhancement.js
+2
-2
No files found.
lib/speech-enhancement.js
View file @
a054db25
...
...
@@ -21,7 +21,7 @@ const request = require('request');
const
enhancement
=
(
wavFile
,
speechEnhancement
,
enhancementlCallback
)
=>
{
const
url
=
'
http://
'
+
speechEnhancement
.
host
+
'
:
'
+
speechEnhancement
.
port
+
'
/
'
+
speechEnhancement
.
api
.
upload
;
const
options
=
{
url
,
formData
:
{
...
...
@@ -33,7 +33,7 @@ const enhancement = (wavFile, speechEnhancement, enhancementlCallback) => {
}
},
msg
:
'
-n
'
},
},
encoding
:
null
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment