Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.pad.voice
Commits
b7475dee
Commit
b7475dee
authored
Nov 21, 2016
by
Pavel KORSHUNOV
Browse files
Small corrections
parent
1eb40610
Pipeline
#5396
failed with stages
in 3 minutes and 52 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/pad/voice/config/database/cpqd_replay.py
View file @
b7475dee
...
...
@@ -4,7 +4,7 @@ from bob.pad.voice.database import CPqDReplayPadDatabase
# directory where the wave files are stored
voicepa_input_dir
=
"
[YOUR_CPQDREPLAY_WAV_DIRECTORY]
"
voicepa_input_dir
=
"
/idiap/resource/database/CPqD/
"
voicepa_input_ext
=
".wav"
...
...
bob/pad/voice/database/cpqd_replay.py
View file @
b7475dee
...
...
@@ -73,5 +73,5 @@ class CPqDReplayPadDatabase(PadDatabase):
# matched_groups = self.convert_names_to_lowlevel(
# groups, self.low_level_group_names, self.high_level_group_names)
objects
=
self
.
__db
.
objects
(
protocol
=
protocol
,
groups
=
groups
,
cl
s
=
purposes
,
**
kwargs
)
objects
=
self
.
__db
.
objects
(
protocol
=
protocol
,
groups
=
groups
,
purpose
s
=
purposes
,
**
kwargs
)
return
[
CPqDReplayPadFile
(
f
)
for
f
in
objects
]
setup.py
View file @
b7475dee
...
...
@@ -112,6 +112,7 @@ setup(
'avspoof = bob.pad.voice.config.database.avspoof:database'
,
'asvspoof = bob.pad.voice.config.database.asvspoof:database'
,
'voicepa = bob.pad.voice.config.database.voicepa:database'
,
'cpqd_replay = bob.pad.voice.config.database.cpqd_replay:database'
,
],
'bob.pad.algorithm'
:
[
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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