Skip to content

Commit 6eff906

Browse files
committed
fixed print statements that said mixture was without phase in the with phase section
1 parent 5860360 commit 6eff906

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/first_steps/repetition.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,10 +394,10 @@
394394
}
395395
],
396396
"source": [
397-
"print('REPET Background without Phase')\n",
397+
"print('REPET Background with Phase')\n",
398398
"_ = bg_phase.embed_audio()\n",
399399
"\n",
400-
"print('REPET Foreground without Phase')\n",
400+
"print('REPET Foreground with Phase')\n",
401401
"_ = fg_phase.embed_audio()"
402402
]
403403
},

0 commit comments

Comments
 (0)