Page 1 of 1

Chirpy is an audio text messaging app

Posted: Thu Sep 05, 2019 1:53 pm
by eliteraspberries
Hello everyone.

Chirpy is a small app that implements audio communication with a special kind of modulation. It's not a game but it's made with LOVE.

https://github.com/eliteraspberries/chirpy

Since version 11.0, LOVE supports recording audio. This is an example of what is possible, check out the source code. The mic is set up in the file 'load.lua', and the read loop is in the file 'read.lua'.

This is also an example of how to use the FFTW from Lua, if anyone is curious.