love-microphone icon indicating copy to clipboard operation
love-microphone copied to clipboard

Build love-audio-toolkit

Open LPGhatguy opened this issue 10 years ago • 6 comments

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 QueueableSource objects, which fall outside of the realm of microphones, strictly speaking. I'd like to also implement a SourceQueue object, an FFT, and some tone and noise analysis tools.

Should I create a new repository for this or move/rename this one?

LPGhatguy avatar Feb 23 '15 20:02 LPGhatguy

In my opinion, if you want it to be like a toolkit, then keep this repo, rename it, and work inside here.

Even if you want to go modular later, you could still have one repository, like how @vrld has HUMP. :3

zorggn avatar Aug 18 '16 06:08 zorggn

Hey guys. I just wanted to note that love-microphone does not appear to work on Android devices. microphone.getDefaultDeviceName() always returns an empty string. I tested the sample files on a tablet and a phone.

DrPeeps avatar Jan 19 '17 00:01 DrPeeps

I have the same problem as @DrPeeps

neoascetic avatar Mar 10 '17 22:03 neoascetic

The best solution in that case is probably to use the LÖVE native microphone and audio streaming APIs that will be landing in version 0.11.0.

Until then, there should be nightly builds available for most platforms. Ask in the #love IRC on OFTC and someone should be able to help you get set up with that.

LPGhatguy avatar Mar 11 '17 00:03 LPGhatguy

Actually, this is the issue of openal-soft.

neoascetic avatar Mar 11 '17 00:03 neoascetic

Hah, well that's certainly a blocker then :)

LPGhatguy avatar Mar 11 '17 00:03 LPGhatguy