Search found 57 matches

by Dr. Peeps
Wed Jan 18, 2017 1:11 am
Forum: Support and Development
Topic: SoundQueues
Replies: 68
Views: 33053

Re: SoundQueues

raidho36 wrote:Probably works on iPhone though ...
Does anyone here happen to have the ability to test this theory? I don't have a Mac to build the iOS version of Love on.
by Dr. Peeps
Mon Jan 16, 2017 11:47 pm
Forum: Support and Development
Topic: SoundQueues
Replies: 68
Views: 33053

Re: SoundQueues

It isn't supported yet. Ohhhhhh. :oops: Is mobile support for new features like this usually added much later, or is this likely to be functional by the time 0.11 is released? Edit: I didn't know what OpenAL was until I looked it up just now. If it doesn't support recording for Android, and therefo...
by Dr. Peeps
Mon Jan 16, 2017 11:29 pm
Forum: Support and Development
Topic: SoundQueues
Replies: 68
Views: 33053

Re: SoundQueues

latest one is built properly Thank you, Mr. Jones! :awesome: I now have 0.11 up and running on my Android devices. Now, onto the next issue .... Has anyone else tried using RecordingDevice on Android yet? On both devices I tested on, getRecordingDevices() returns a single entry with an empty name (...
by Dr. Peeps
Sun Jan 15, 2017 4:50 am
Forum: Support and Development
Topic: SoundQueues
Replies: 68
Views: 33053

Re: SoundQueues

bobbyjones wrote:you can download minor now.
I appreciate the effort, but the .apk with "minor" in the name still appears to be 0.10.2 upon installation ....
by Dr. Peeps
Sat Jan 14, 2017 7:37 pm
Forum: Support and Development
Topic: SoundQueues
Replies: 68
Views: 33053

Re: SoundQueues

zorg wrote:
Dr. Peeps wrote:Preferably non-sexual.
But... you're a bunny. :monocle:
Ok fine. Sexual favours are back on the table. ;)
by Dr. Peeps
Sat Jan 14, 2017 7:36 pm
Forum: Support and Development
Topic: SoundQueues
Replies: 68
Views: 33053

Re: SoundQueues

I don't think he got around to working nightly builds of minor yet. Presumably they will be named differently? I wrongly assumed that this Android build was the same one as the Windows build on AppVeyor - the most recent. I guess if all else fails, I'll just have to get an Android build when 0.11 i...
by Dr. Peeps
Fri Jan 13, 2017 11:18 pm
Forum: Support and Development
Topic: SoundQueues
Replies: 68
Views: 33053

Re: SoundQueues

I can build both the minor and default for Android nighyly. Just will have to set it up. Also I'll have to see if it even works without edits. That would be awesome. :cool: It turned out that last night's default Windows build (at https://ci.appveyor.com/project/AlexSzpakowski/love ) was 0.11, but ...
by Dr. Peeps
Fri Jan 13, 2017 1:02 am
Forum: Libraries and Tools
Topic: Microphone Support for LÖVE!
Replies: 62
Views: 44481

Re: Microphone Support for LÖVE!

Excellent, slime. I just tested this idea by changing the example code from: data = inputs[ 1 ]:getData ( ) to: data:release() data = inputs[ 1 ]:getData ( ) And now the pointer to the data just sits at the same location. Problem solved, I guess! Thanks. And I agree with everything you said, raidho....
by Dr. Peeps
Thu Jan 12, 2017 9:35 pm
Forum: Libraries and Tools
Topic: Microphone Support for LÖVE!
Replies: 62
Views: 44481

Re: Microphone Support for LÖVE!

getData removes currently recorded samples from input and puts them into new SoundData This works well, but .... What is the likelihood of having a variant of getData that doesn't create a new SoundData object with every call, instead "refilling" an existing buffer with new data? This is ...
by Dr. Peeps
Thu Jan 12, 2017 8:52 pm
Forum: Support and Development
Topic: SoundQueues
Replies: 68
Views: 33053

Re: SoundQueues

The absolute latest build from appveyor might be from either one of those branches depending on whether the most recent commit to the repository was in the 0.10.x branch (named 'default') or the 0.11 branch (named 'minor'). It all makes sense now, thanks slime. Can I assume then that if I want to n...