[go: nahoru, domu]

Skip to content

Commit

Permalink
fix second problem in #2
Browse files Browse the repository at this point in the history
  • Loading branch information
seanwood committed Aug 3, 2017
1 parent 482d8b6 commit dc4bfb6
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 21 deletions.
2 changes: 1 addition & 1 deletion gccNMF/wavfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def wavread(filePath):

def wavwrite(samples_float32, filePath, sampleRate):
samples_pcm = float2pcm(samples_float32)
wavfile.write( filePath, sampleRate, samples_pcm )
wavfile.write( filePath, sampleRate, samples_pcm.T )

"""
Helper functions for working with audio files in NumPy.
Expand Down
18 changes: 9 additions & 9 deletions notebooks/lowLatencySpeechEnhancement.ipynb

Large diffs are not rendered by default.

23 changes: 12 additions & 11 deletions notebooks/onlineSpeechEnhancement.ipynb

Large diffs are not rendered by default.

0 comments on commit dc4bfb6

Please sign in to comment.