From 841c28dd4fe16a87f754ad55eb855ab5cb0b75b6 Mon Sep 17 00:00:00 2001 From: Ftps Date: Fri, 8 Dec 2023 15:46:46 +0900 Subject: [PATCH] add pydub --- poetry.lock | 13 ++++++++++++- pyproject.toml | 1 + 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index c0efaff..6a66b80 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 64c16dc..d41b491 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]