Skip to content

Commit

Permalink
[nbs] LambdaOverlapAdd Param replace window="hanning" with window="ha…
Browse files Browse the repository at this point in the history
…nn" (#678)
  • Loading branch information
blackhu committed Sep 12, 2023
1 parent 68c2669 commit 4272438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/04_ProcessLargeAudioFiles.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"\t\tn_src=2, # number of sources in the output of nnet\n",
"\t\twindow_size=64000, # Size of segmenting window\n",
"\t\thop_size=None, # segmentation hop size\n",
"\t\twindow=\"hanning\", # Type of the window (see scipy.signal.get_window\n",
"\t\twindow=\"hann\", # Type of the window (see scipy.signal.get_window\n",
"\t\treorder_chunks=True, # Whether to reorder each consecutive segment.\n",
"\t\tenable_grad=False, # Set gradient calculation on of off (see torch.set_grad_enabled)\n",
")\n",
Expand Down

0 comments on commit 4272438

Please sign in to comment.