Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

PaulBatchelor/voc_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voc Demo

A realtime demo of Voc, a vocal tract physical model. With the exception of RtAudio (released under the permissive STK license, included here), all code here is licensed under public domain.

Screenshot of Voc Demo

This is a simple voc demo using RtAudio and Nuklear.

Setup

This demo has been tested on both Linux and Mac OSX.

First, make sure that Soundpipe is installed. Both Linux and OSX users will need to compile this from source. Voc is now a part of Soundpipe. Be sure to use the "dev" branch of Soundpipe to make sure Voc gets installed.

This demo relies on the GLFW OpenGL2 backend for Nuklear, so make sure that is properly configured and installed. On Linux, you'll install it through the package manager in the usually way. On OSX, you can install it with "brew install glfw3".

After the dependencies have been installed, compile the demo with:

make

Then run it with:

./voc_demo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published