Minim AudioSample -> loadSample from millis to millis
in
Core Library Questions
•
6 months ago
Hi there!
is there any possibility to load a specified timeperiod (e.g. 4500millis to 5889millis) into a sample?
kind of:
sample = minim.loadSample("longSong.mp3", 512, 4500, 5889);
or is it possible to extract audiodata from audioPlayer into a audioSample?
thanks!
1