love-microphone
love-microphone copied to clipboard
Simple microphone support for LÖVE
Hi I am new to Lua and Love2D ... but I got your sample working on Windows 10 Can you please show me how to save the audio captured from...
I'd like to eventually either merge this repository into a new repository, or rename this repository to `love-audio-toolkit` and provide more audio procedures than just microphone support. We already have...
Microphone support (and streaming audio!) was merged into the LOVE core. This repository is unnecessary now, especially once LOVE 0.11.0 launches. https://bitbucket.org/rude/love/commits/ff2f93b
z0rg on the LOVE IRC brought up an interesting point of confusion: `QueueableSource:queue()` calls `self:step()` as [its first statement](https://github.com/LPGhatguy/love-microphone/blob/master/love-microphone/QueueableSource.lua#L126). This raised a question: if I'm queueing new data each frame,...