Skip to main content

Convert all files directly under the directory to any music file.

Project description

概要

音色変換は、Pydub を利用した音声変換ツールです。WAVやm4aを MP3 ファイルなどの形式に変換することができます。

機能

  • WAVやm4aを MP3 ファイルなどの形式に変換する
  • 複数のファイルをまとめて変換する
  • 変換後のファイル名を連番で出力

インストール

pip3 install AudioAlchemist

使い方 example

# フォルダパスを設定
input_folder = 'C:/Users/data/melody/*.wav'
output_folder = 'C:/Users/data/melody/'
input_extension = "wav"
output_extension = "mp3"

# 変換処理を実行
audio_alchemist = AudioAlchemist(input_folder, output_folder, input_extension, output_extension)
audio_alchemist.process_files()

このコマンドは、C:/Users/data/melody フォルダ内のすべての WAV ファイルを MP3 ファイルに変換し、C:/Users/data/melody フォルダに出力します。

注意

  • 変換するファイルが存在していることを確認してください。
  • 出力フォルダが存在していることを確認してください。
  • 入力ファイルと出力ファイルの拡張子が一致していることを確認してください。

サポート

バグ報告や機能リクエストは、GitHub までご連絡ください。

ライセンス

このプログラムは MIT License でライセンスされています。

バージョン

0.4.0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

audioalchemist-0.4.0.tar.gz (3.2 kB view details)

Uploaded Source

Built Distribution

AudioAlchemist-0.4.0-py3-none-any.whl (3.3 kB view details)

Uploaded Python 3

File details

Details for the file audioalchemist-0.4.0.tar.gz.

File metadata

  • Download URL: audioalchemist-0.4.0.tar.gz
  • Upload date:
  • Size: 3.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.3

File hashes

Hashes for audioalchemist-0.4.0.tar.gz
Algorithm Hash digest
SHA256 7919a1fbf90a1577e1e81d8ba1cf0bd61430f53bceb048349a968fe8b50fda64
MD5 07a6a6d0332cc1ae9300a226e1091c47
BLAKE2b-256 5b614aacd5190aa3e547f2a30a3968ae2292ddbe675f0dfac9f2c3926b579eb1

See more details on using hashes here.

File details

Details for the file AudioAlchemist-0.4.0-py3-none-any.whl.

File metadata

File hashes

Hashes for AudioAlchemist-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 be734b652227d22a13670e900b005bd7cdc0bd6d0e5ac48a8d131ec8d1e0c032
MD5 2ed2abc650b536cea1d0758b83aeba9d
BLAKE2b-256 022bf6f86d7a56629328ff2bb0c058dc98d9a713b2d86a2ce3c35f119387ccd9

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page