lincollincol / Amplituda

Audio processing library, which provides waveform data
Apache License 2.0
222 stars 31 forks source link

How to load data for a range of audio from large audio file and display it ? #70

Open renetik opened 9 months ago

renetik commented 9 months ago

I want to display audio wavefrom for a range.. So I have to load all List of for example 2:30 hours audio to memory then I have to create sublist from this by calculating it using sample rate and then I can pass this sublist to WaveformSeekbar or something to display it ? Wont this just crash on memory if my app already do bunch of other memory intensive things ?