Search found 10 matches

by rayaman
Thu Jul 13, 2017 3:36 pm
Forum: General
Topic: [Help Please] Sound data and files
Replies: 6
Views: 4355

Re: [Help Please] Sound data and files

Oh I am using the love-microphone module that someone created and I can play back the audio while it is in memory, but I wanted people to be able to save the audio as well. https://love2d.org/forums/viewtopic.php ... 24#p180124
by rayaman
Thu Jul 13, 2017 12:26 am
Forum: General
Topic: [Help Please] Sound data and files
Replies: 6
Views: 4355

Re: [Help Please] Sound data and files

hmm... Ill look into it thanks for the replies :D Ill post what I come up with on the forums
by rayaman
Wed Jul 12, 2017 10:34 pm
Forum: General
Topic: [Help Please] Sound data and files
Replies: 6
Views: 4355

Re: [Help Please] Sound data and files

Ok thanks, that sounds doable... I think I can figure out how to work this... Would I need to use the pointer data or what? I haven't really used the FFI library before. Any tips or examples of something like this being done?
by rayaman
Wed Jul 12, 2017 8:57 pm
Forum: General
Topic: [Help Please] Sound data and files
Replies: 6
Views: 4355

[Help Please] Sound data and files

Is it possible to store a sounddata object to the disk?
I know it has a getString() method, but how would I recreate the sound data using the string data?

Thanks
by rayaman
Thu Jun 22, 2017 4:05 pm
Forum: Libraries and Tools
Topic: An Async library for lua that works great with love2d
Replies: 0
Views: 2015

An Async library for lua that works great with love2d

Hello everyone I have been working on a multi tasking library for a long time and recently posted it to my github. It offers really good multitasking features. Usage in love2d is a bit different than regular lua in regards to starting it up. Feedback is welcomed https://github.com/rayaman/multi On t...
by rayaman
Fri Aug 05, 2016 10:25 pm
Forum: Libraries and Tools
Topic: [tool] LoveToAndroid - .love to .apk without thinking
Replies: 53
Views: 85305

Re: [tool] LoveToAndroid - .love to .apk without thinking

Wow this is amazing! Thanks so much no more head banging for me :)
by rayaman
Fri Jul 29, 2016 5:10 pm
Forum: Libraries and Tools
Topic: [tool] LoveToAndroid - .love to .apk without thinking
Replies: 53
Views: 85305

Re: [tool] LoveToAndroid - .love to .apk without thinking

I have been working on a version for 0.10.1 and I got it to compile, but the .apk after being installed always crashes when i try to run the app... If i get it working ill let you all know!
by rayaman
Tue May 10, 2016 2:19 am
Forum: Libraries and Tools
Topic: [tool] LoveToAndroid - .love to .apk without thinking
Replies: 53
Views: 85305

Re: [tool] LoveToAndroid - .love to .apk without thinking

A version for 0.10.0 would be amazing.
by rayaman
Sun Oct 05, 2014 11:54 pm
Forum: Libraries and Tools
Topic: GUI and Multitasking Library
Replies: 3
Views: 3249

Re: GUI and Multitasking Library

I will try to reorginize all of this but here are some screen shots of the program in action shot3.png shot2.png shot1.png oh the audio manager is something else i was working on it adds OnStop() event to sound objects os you can do something when a sound stops easily. Tell me what you thing I will ...
by rayaman
Sun Oct 05, 2014 5:56 pm
Forum: Libraries and Tools
Topic: GUI and Multitasking Library
Replies: 3
Views: 3249

GUI and Multitasking Library

Hello Everyone, I have been working on a GUI and Multitasking library for a while and I want to tell what it can do, and how I could add it to the list of libraries. Features in a nutshell Create: Frames TextButtons TextLabels TextButtons TextBoxes ImageButtons ImmageLabels Items do so by calling th...