Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.db.voxforge
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.db.voxforge
Merge requests
!10
The new database is a high-level only database.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
The new database is a high-level only database.
ffilelist
into
master
Overview
0
Commits
3
Pipelines
3
Changes
8
Merged
Amir MOHAMMADI
requested to merge
ffilelist
into
master
8 years ago
Overview
0
Commits
3
Pipelines
3
Changes
8
Expand
You still can use it as a low-level though.
0
0
Merge request reports
Compare
master
version 2
519655d7
8 years ago
version 1
fa929dc3
8 years ago
master (base)
and
latest version
latest version
9231ec8a
3 commits,
8 years ago
version 2
519655d7
2 commits,
8 years ago
version 1
fa929dc3
1 commit,
8 years ago
8 files
+
71
−
49
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
bob/db/voxforge/__init__.py
+
1
−
1
Options
@@ -24,7 +24,7 @@ http://www.voxforge.org/
@@ -24,7 +24,7 @@ http://www.voxforge.org/
from
.query
import
Database
from
.query
import
Database
import
bob.io.audio
import
bob.io.audio
from
bob.
db.bio_
filelist.models
import
File
,
Client
from
bob.
bio.base.database.
filelist.models
import
FileList
File
,
Client
def
get_config
():
def
get_config
():
"""
Returns a string containing the configuration information.
"""
Returns a string containing the configuration information.
Loading