Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linstt-controller
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LINAGORA
L
LGS
Labs
linstt-controller
Commits
afe6e255
Commit
afe6e255
authored
Dec 06, 2017
by
Yoann HOUPERT
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
normalisation to env parameter
parent
2950d2ee
Pipeline
#6813
passed with stage
in 25 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
.env
.env
+1
-0
docker-compose.yml
docker-compose.yml
+3
-0
lib/controller/speech-enhancement.js
lib/controller/speech-enhancement.js
+1
-2
No files found.
.env
View file @
afe6e255
MODELS_PATH=./models/
YAML=/opt/models/gmm_hmm3.yaml
NB_WORKERS=2
NORM=--norm
\ No newline at end of file
docker-compose.yml
View file @
afe6e255
...
...
@@ -18,6 +18,9 @@ services:
image
:
linagora/speech-enhencement
expose
:
-
"
5000"
env_file
:
.env
environment
:
-
NORM
kaldi
:
image
:
linagora/kaldi
...
...
lib/controller/speech-enhancement.js
View file @
afe6e255
...
...
@@ -34,8 +34,7 @@ module.exports = config => {
filename
:
'
wavFile
'
,
contentType
:
'
audio/x-wav
'
}
},
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