質問編集履歴
2
プログラムを修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -16,6 +16,8 @@
|
|
16
16
|
|
17
17
|
data = np.frombuffer(data_buf, dtype='int16')
|
18
18
|
|
19
|
+
nchannles = datafile.getnchannels()
|
20
|
+
|
19
21
|
data_l_channel = data[::nchannles]
|
20
22
|
data_r_channel = data[1::nchannles]
|
21
23
|
|
1
文章の変更
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
pythonでwavファイルの
|
1
|
+
pythonでwavファイルの左右音量を変更したい
|
test
CHANGED
File without changes
|