質問するログイン新規登録

回答編集履歴

1

windowsでの動作確認

2021/07/12 17:54

投稿

teamikl
teamikl

スコア8824

answer CHANGED
@@ -13,4 +13,10 @@
13
13
  同じ sox を利用する、別ライブラリの [soxbindings](https://pypi.org/project/soxbindings/) の場合は、
14
14
  サポートされていないが、ソースからビルド・インストールは可能とあります。
15
15
 
16
- > If on Windows, it's not supported but you could install sox from source, and then link libsox and get everything working possibly.
16
+ > If on Windows, it's not supported but you could install sox from source, and then link libsox and get everything working possibly.
17
+
18
+ ----
19
+ 追記: win10, chocolatey 導入済環境で
20
+ - `choco install sox.portable` で sox をインストール
21
+ - 環境変数を反映させるために新しい端末を開く
22
+ - `python -c "import sox"` でエラーが出ないことを確認。