Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 37663fa

Browse filesBrowse files
jameslyonsybdarrenwang
authored andcommitted
changed naming for pypi release
1 parent 475e99f commit 37663fa
Copy full SHA for 37663fa

2 files changed

+5-1Lines changed: 5 additions & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎python_speech_features/base.py‎

Copy file name to clipboardExpand all lines: python_speech_features/base.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def lifter(cepstra, L=22):
171171
else:
172172
# values of L <= 0, do nothing
173173
return cepstra
174-
174+
175175
def delta(feat, N):
176176
"""Compute delta features from a feature vector sequence.
177177
Collapse file

‎setup.py‎

Copy file name to clipboardExpand all lines: setup.py
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
from distutils.core import setup
55

66
setup(name='python_speech_features',
7+
<<<<<<< 475e99f610f38fc3dfc8361f5bc21cf8c1dfd6f3
78
version='0.4',
9+
=======
10+
version='0.2',
11+
>>>>>>> changed naming for pypi release
812
description='Python Speech Feature extraction',
913
author='James Lyons',
1014
author_email='james.lyons0@gmail.com',

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.