質問編集履歴

1

ソースを```で囲みました。

2020/09/02 10:12

投稿

ilbisonte
ilbisonte

スコア2

test CHANGED
File without changes
test CHANGED
@@ -30,6 +30,8 @@
30
30
 
31
31
 
32
32
 
33
+ ```
34
+
33
35
  import argparse
34
36
 
35
37
  import array
@@ -174,7 +176,7 @@
174
176
 
175
177
  save_waveform(args.output_mixed_file, clean_wav.getparams(), mixed_amp)
176
178
 
177
-
179
+ ```
178
180
 
179
181
 
180
182