libetl/soundtransform

It should be possible to process something on a sound while recording it

libetl opened this issue · 6 comments

The transforms are sometime too much time lasting to be launched after the end of the recording.

Draft version of the feature implemented.

Works in JavaX and with Mockito but has to be tested on an Android device.

To speed up, the SegmentedChannel should be able to know where is the Xth sample without iterating on each samples array.

Better algorithm now.

Status : clean and working under Pure Java, not yet tested under Android.

It works under Android.