Skip to content

Commit

Permalink
Small bug in pyroomacoustics.realtime.stft.synthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
fakufaku committed May 29, 2018
1 parent 108860c commit f09e802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyroomacoustics/realtime/stft.py
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ def synthesis(X, L, hop, win=None, zp_back=0, zp_front=0):
the_stft.zero_pad_front(zp_front)

# apply transform
return the_stft.synthesis(x)
return the_stft.synthesis(X)


def compute_synthesis_window(analysis_window, hop):
Expand Down

0 comments on commit f09e802

Please sign in to comment.