Page 1 of 4

Unlimited Size WAV Record V0.4

PostPosted: Thu Apr 09, 2015 8:34 pm
by Youlean
Hi guys, I was experimenting with dll component, and I figured out that it could be nice to build WAV recorder that doesn't need predetermined size. This is currently mono, but I will add another channel. Currently it uses double amount of memory for it's size, but this should be fixed also.

I am not sure if you will be able to use it on your computer tho, as I haven't still figured out how to do static binding in Visual Studio to ensure compatibility for other systems...

NOTICE: Don't include this in your project yet, before we confirm that it will work on every machine...

V0.2
Optimized version. If someone had problems loading it, now it shouldn't have it...

V0.3
Added stereo feature. Fixed pushing array bug.

V0.4
Hopefully now it will work on all systems (tested on clean Win 7)

Re: Unlimited Size WAV Record V0.2

PostPosted: Thu Apr 09, 2015 9:41 pm
by Exo
Thanks Youlean, seems to work fine here.

Re: Unlimited Size WAV Record V0.2

PostPosted: Thu Apr 09, 2015 9:45 pm
by Youlean
Exo wrote:Thanks Youlean, seems to work fine here.

Great! But you have many libraries already installed on your system, I am waiting for some "regular" guy to confirm it... ;)

I am now thinking, I could combine this recorder with poly slicer to make wav editor.. :o

Re: Unlimited Size WAV Record V0.2

PostPosted: Thu Apr 09, 2015 10:43 pm
by Exo
Youlean wrote:
Exo wrote:Thanks Youlean, seems to work fine here.

Great! But you have many libraries already installed on your system, I am waiting for some "regular" guy to confirm it... ;)

I am now thinking, I could combine this recorder with poly slicer to make wav editor.. :o


Yes that would be pretty cool! :)

Re: Unlimited Size WAV Record V0.3

PostPosted: Sun Apr 12, 2015 2:32 pm
by Jay
works like a charm here on a clean windows 8.2 machine :)

2015-04-12_142752.png
2015-04-12_142752.png (77.58 KiB) Viewed 31399 times


cheers!

Re: Unlimited Size WAV Record V0.3

PostPosted: Sun Apr 12, 2015 6:24 pm
by martinvicanek
Guess I am the regular guy that you were looking for, Youlean. ;)
No luck here. :( Pressing the white On/Off switch activates the yellow LED (DLL is embedded), however the two green LEDs remain off (DLL not found and function in DLL not found). :? Pressing or releasing the Record switch does not produce any data at the Array output (yes, the audio stream is running). :( Apparently I can locate the DLL file manually but I don't know which file. :? Any hints? I am using FS 3.0.4.

Re: Unlimited Size WAV Record V0.3

PostPosted: Sun Apr 12, 2015 6:33 pm
by Youlean
martinvicanek wrote:Guess I am the regular guy that you were looking for, Youlean. ;)
No luck here. :( Pressing the white On/Off switch activates the yellow LED (DLL is embedded), however the two green LEDs remain off (DLL not found and function in DLL not found). :? Pressing or releasing the Record switch does not produce any data at the Array output (yes, the audio stream is running). :( Apparently I can locate the DLL file manually but I don't know which file. :? Any hints? I am using FS 3.0.4.

Hey Martin, thanks for reply.
Try locating this dll...

Re: Unlimited Size WAV Record V0.3

PostPosted: Sun Apr 12, 2015 6:41 pm
by Youlean
If locating dll doesn't work, that means that the problem is library linking when building dll. Exo has explained how to do it in Netbans, but I could't find same thing for Visual Studio. I have searched it for 3 days and I still did not find the solution, and to be honest, I am not even sure what to search for...

This could also be bug with embedding dll, because when I tried Exo's Poly Slicer, I couldn't get it to work, but after manually locating dll it was working just fine...

Re: Unlimited Size WAV Record V0.3

PostPosted: Sat Apr 18, 2015 4:53 pm
by Youlean
Hey guys, I think that I have solved problem with loading dll on different PC's. Please if this didn't worked for you, and now it is working, report here...
Thanks!

Re: Unlimited Size WAV Record V0.4

PostPosted: Sun Oct 04, 2015 3:29 pm
by mccy
Hey, this looks great! Thank you very much! Now I can handle the two arrays as dual mono mems/files, but how can I combine them to one stereo array?

thanks

Martin