Page 1 of 1

Float Array to mem' only ever creates a mono

Posted: Fri Mar 21, 2014 12:03 pm
by Attic
Has anything changed or happened that helps with this issue? 'Float Array to mem' only ever creates a mono 'mem'. There's no simple way to take two mono arrays (left and right) and interleave them to form a single stereo buffer (or duplicate a mono channel for 'stereo conversion').

Re: Float Array to mem' only ever creates a mono

Posted: Fri Mar 21, 2014 1:36 pm
by CoreStylerz
Use wave array.

Re: Float Array to mem' only ever creates a mono

Posted: Fri Mar 21, 2014 2:12 pm
by Attic
I need to shorten a sample after a MemCreate but also need stereo after that. The Wav Array helps in that situation?

Re: Float Array to mem' only ever creates a mono

Posted: Fri Mar 21, 2014 5:08 pm
by KG_is_back
Try this... I didn't had time to test it, but it should be able to create stereo wave of any desired length that contains exact part of the stereo wave on input. If it works it can be easily modified to joint two mono waves to stereo etc.

Re: Float Array to mem' only ever creates a mono

Posted: Sat Mar 22, 2014 3:47 am
by Attic
That did the trick. Thank You. :)