It should be possible to process something on a sound while recording it
libetl opened this issue · 6 comments
libetl commented
The transforms are sometime too much time lasting to be launched after the end of the recording.
libetl commented
Draft version of the feature implemented.
libetl commented
Works in JavaX and with Mockito but has to be tested on an Android device.
libetl commented
To speed up, the SegmentedChannel should be able to know where is the Xth sample without iterating on each samples array.
libetl commented
Better algorithm now.
libetl commented
Status : clean and working under Pure Java, not yet tested under Android.
libetl commented
It works under Android.