add pydub

This commit is contained in:
Ftps
2023-12-08 15:46:46 +09:00
parent 24a322e8a7
commit 841c28dd4f
2 changed files with 13 additions and 1 deletions

13
poetry.lock generated
View File

@@ -1254,6 +1254,17 @@ files = [
{file = "pycparser-2.21.tar.gz", hash = "sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206"},
]
[[package]]
name = "pydub"
version = "0.25.1"
description = "Manipulate audio with an simple and easy high level interface"
optional = false
python-versions = "*"
files = [
{file = "pydub-0.25.1-py2.py3-none-any.whl", hash = "sha256:65617e33033874b59d87db603aa1ed450633288aefead953b30bded59cb599a6"},
{file = "pydub-0.25.1.tar.gz", hash = "sha256:980a33ce9949cab2a569606b65674d748ecbca4f0796887fd6f46173a7b0d30f"},
]
[[package]]
name = "python-dotenv"
version = "1.0.0"
@@ -1874,4 +1885,4 @@ zstd = ["zstandard (>=0.18.0)"]
[metadata]
lock-version = "2.0"
python-versions = "3.11.2"
content-hash = "ce8bcbddc504edf915c4106ffacf290759ef8e7f1df7a4e1772b2779fcdabbfc"
content-hash = "71abdb49675f956398c24701f16fafd01361092411480b6caa203bfeff4396ae"

View File

@@ -17,6 +17,7 @@ torchcrepe = "^0.0.22"
av = "^11.0.0"
faiss-cpu = "^1.7.4"
python-dotenv = "^1.0.0"
pydub = "^0.25.1"
[build-system]