回答編集履歴
1
windowsでの動作確認
test
CHANGED
@@ -29,3 +29,15 @@
|
|
29
29
|
|
30
30
|
|
31
31
|
> If on Windows, it's not supported but you could install sox from source, and then link libsox and get everything working possibly.
|
32
|
+
|
33
|
+
|
34
|
+
|
35
|
+
----
|
36
|
+
|
37
|
+
追記: win10, chocolatey 導入済環境で
|
38
|
+
|
39
|
+
- `choco install sox.portable` で sox をインストール
|
40
|
+
|
41
|
+
- 環境変数を反映させるために新しい端末を開く
|
42
|
+
|
43
|
+
- `python -c "import sox"` でエラーが出ないことを確認。
|