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 ?
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 ?