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.5.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.5.0.tar.gz (3.1 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for audioalchemist-0.5.0.tar.gz
Algorithm Hash digest
SHA256 2dbcdeaf04f57d002178c85080be3bc658daabecbbb5775a3f262872476c496f
MD5 db66485a31cc163b93e779481593d3e0
BLAKE2b-256 d92072a3fb9cf805997b7bb14b3ae3f1356696e17bd8e08c5b62b73e0087b0c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for AudioAlchemist-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2f76384a140b35e8470b0f59aad8a0a4a79123b2d6bc485976ca8f8d07e986c0
MD5 cfb2574a74f10e07689653c88bde6de8
BLAKE2b-256 bc49d1cda8135823663a6ea88a20367ca1d87ee7f3b4dee1ba3d0fd2f0ce6d53

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