Skip to content

Installation Guide

Andrew Smith edited this page Apr 20, 2020 · 4 revisions

To install and run the software:

Clone and cd into pitch-perfector

  1. cmake .
  2. make
  3. ./Code/fft_object/PitchPerfector

See the Install Guide on YouTube for a demonstration.

Setting up an I2S microphone on the Raspberry Pi

Follow this handy Guide on enabling I2S compatibility on a Raspberry Pi including wiring requirements for mono operation.

Setting up the real-time kernel for Linux reduced latency optimization

  1. sudo apt-get install linux-rt