Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Anthony Larcher
sidepipe
Commits
881778c0
Commit
881778c0
authored
May 04, 2016
by
Anthony Larcher
Browse files
package structure
parent
76e32022
Pipeline
#42
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
__init__.py
0 → 100644
View file @
881778c0
# -*- coding: utf-8 -*-
#
# This file is part of SIDEPIPE.
#
# SIDEPIPE is a python package for speaker verification.
# Home page: http://www-lium.univ-lemans.fr/sidekit/
#
# SIDEPIPE is a python package for acoustic parametrization for speaker verification.
# Home page: http://www-lium.univ-lemans.fr/sidekit/
#
# SIDEPIPE is free software: you can redistribute it and/or modify
# it under the terms of the GNU LLesser General Public License as
# published by the Free Software Foundation, either version 3 of the License,
# or (at your option) any later version.
#
# SIDEPIPE is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with SIDEPIPE. If not, see <http://www.gnu.org/licenses/>.
"""
Copyright 2016 Anthony Larcher
"""
from
sstream
import
SStream
from
spipeline
import
SPipeline
__author__
=
"Anthony Larcher"
__copyright__
=
"Copyright 2016 Anthony Larcher"
__license__
=
"LGPL"
__maintainer__
=
"Anthony Larcher"
__email__
=
"anthony.larcher@univ-lemans.fr"
__status__
=
"Development"
__docformat__
=
'reStructuredText'
__all__
=
[
"utils"
,
"spipeline"
,
"sstream"
]
\ No newline at end of file
Write
Preview
Supports
Markdown
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