Skip to content

nicoschuldt/fftrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FFTrack

Description

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.

Features

  • 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

Installation

To install FFTrack, follow these steps:

  1. Clone the repository to your local machine:
  2. Install the package using the following command:
pip install fftrack
  1. Verify the installation by running the following command:
fftrack --help

Usage

Database Setup

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>

Configuration

To configure FFTrack, run the following command in your terminal (not available yet):

fftrack config

License

Contact

About

FFTrack is a Python-based music recognition tool that allows users to identify songs from audio input.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages