FFTrack is a Python-based music recognition tool that allows users to identify songs from audio input. It uses Fast Fourier Transform (FFT) for audio processing.
- Audio processing with Fast Fourier Transform (FFT)
- Command line interface for easy usage
- Song recognition from audio recording
- Song recognition from audio files
- Simple database for storing song information
To install FFTrack, follow these steps:
- Clone the repository to your local machine:
- Install the package using the following command:
pip install fftrack
- Verify the installation by running the following command:
fftrack --help
To create the database, run the following command in your terminal:
populate-database
To record audio and identify the song, run the following command in your terminal:
fftrack listen
To identify the song from an audio file, run the following command in your terminal:
fftrack identify <path_to_audio_file>
To configure FFTrack, run the following command in your terminal (not available yet):
fftrack config