Page 2 of 7

Re: Microphone Support for LÖVE!

Posted: Sat Dec 20, 2014 9:35 am
by Davidobot
Jasoco wrote:So what exactly can you do with microphone support in Löve?
Voice communication in multiplayer games, maybe?

Re: Microphone Support for LÖVE!

Posted: Sat Dec 20, 2014 6:19 pm
by Jasoco
Davidobot wrote:
Jasoco wrote:So what exactly can you do with microphone support in Löve?
Voice communication in multiplayer games, maybe?
I guess so. Can Löve send that data over the internet?

Re: Microphone Support for LÖVE!

Posted: Sat Dec 20, 2014 6:46 pm
by slime
Jasoco wrote:Can Löve send that data over the internet?
Yes, although it'll use a very large amount of bandwidth if you don't use a voice compression codec like Speex.

Re: Microphone Support for LÖVE!

Posted: Sat Dec 20, 2014 11:36 pm
by igneous
slime wrote:
Jasoco wrote:Can Löve send that data over the internet?
Yes, although it'll use a very large amount of bandwidth if you don't use a voice compression codec like Speex.
Would it be possible to include a couple open-source voice-specific codecs in a future version of love? I'd love to see opus or celt support in love.audio.

Re: Microphone Support for LÖVE!

Posted: Sun Feb 08, 2015 9:14 pm
by EliterScripts
How do I use this? Like, do I slap this into a directory, then, in love.load put

Code: Select all

mic=require("I don't know")
? How do I use this? I really don't know the language of anything that is not lua.

Re: Microphone Support for LÖVE!

Posted: Tue Feb 10, 2015 2:58 am
by Helvecta
EliterScripts wrote:How do I use this? Like, do I slap this into a directory, then, in love.load put

Code: Select all

mic=require("I don't know")
? How do I use this? I really don't know the language of anything that is not lua.
Here's the snippet that LPGhatguy included in the samples. Check out the code in main.lua, you only need to require "love-microphone"!!

As an aside, I freaking love you OP, I've been waiting around for a year for this. I AM SO HYPED!! :awesome: :awesome: :awesome: :awesome: :awesome:

Re: Microphone Support for LÖVE!

Posted: Thu Apr 16, 2015 6:40 pm
by Operarus
How can I run this lib on android?
Maybe I need to compile the LOVE-android-port with a permission of the microphone?

Re: Microphone Support for LÖVE!

Posted: Fri Apr 17, 2015 12:11 am
by qubodup
This is fun to play with if you manage to use output as input :)

http://youtu.be/dBObtPSrexk

Re: Microphone Support for LÖVE!

Posted: Fri Apr 17, 2015 3:35 am
by T-Bone
Jasoco wrote:So what exactly can you do with microphone support in Löve? It's not like you can process voice commands in real-time.

Maybe emulate the Famicom to kill rabbit enemies in a Zelda game or stuff the DS, 3DS and Wii U do in some games?
Once you've played the masterpiece that is Takeshi no Chousenjou, you'll never want to play a game that doesn't require you to yell at it when you lose.

Re: Microphone Support for LÖVE!

Posted: Fri Apr 17, 2015 7:50 am
by qubodup
Jasoco wrote:So what exactly can you do with microphone support in Löve?
Let WOOORRK! inspire you!