Skip to content

shuchitak/vocalfusion-rpi-setup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xCORE VocalFusion Raspberry Pi Setup

This repository provides a simple-to-use automated script to configure the Raspberry Pi to use xCORE VocalFusion for audio.

Note: This repository is designed for use within the following xCORE VocalFusion repositories:

Setup

  1. Install Raspbian Stretch on the Raspberry Pi.

  2. Ensure running kernel version matches headers kernel headers package. A typical system requires the following --reinstall command:

    sudo apt-get install --reinstall raspberrypi-bootloader raspberrypi-kernel

    followed by a reboot.

  3. Clone the Github repository https://github.com/xmos/vocalfusion-rpi-setup:

    git clone https://github.com/xmos/vocalfusion-rpi-setup

  4. For VocalFusion devices, run the installation script as follows:

    ./setup.sh vocalfusion

    For VocalFusion Stereo devices, run the installation script as follows:

    ./setup.sh

    Wait for the script to complete the installation. This can take several minutes.

  5. Reboot the Raspberry Pi.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 67.7%
  • Shell 29.9%
  • Makefile 2.4%