Skip to content

This is the Exact 432Hz Converter with tkinter GUI provide user convert the audio to exact 432Hz Tone.

Notifications You must be signed in to change notification settings

CardLin/Exact432HzConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Exact 432Hz Converter

Python Version

Introduction

  • This program using FFT to extract the frequency band of audio files then calculate exact tone of audio files.

  • Convert function provide exact 432Hz converter that convert all audio files into 432Hz (most is 440Hz to 432Hz)

Environment

  • conda create --name 432Hz python=3.7

  • pip install numpy

  • pip install pydub

  • conda install ffmpeg

Execution

  • python Exact432HzConverter.py

  • Analyze is to calculate the Tone of files

  • Convert is for converting the files into 432Hz Tone with filename: 432hz_Filename

File Format

  • Supported Input: .m4a, .flac, .mp3, .wav, .wma, .aac

  • Supported Output: .flac, .mp3, .wav

  • It will convert to .mp3 if Input is .m4a, .wma, .aac and OutputFormat set to Same

figure1

About

This is the Exact 432Hz Converter with tkinter GUI provide user convert the audio to exact 432Hz Tone.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages