michpohl / Loopy

Android app written in Kotlin and C++ to manage and play audio loops using oboe
Apache License 2.0
21 stars 5 forks source link

Out of Memory when generating wave image of an audio file #8

Closed michpohl closed 3 years ago

michpohl commented 3 years ago

Too big audio files can cause OOM when generating the wave image, since they are saved in raw PCM. A quick fix would be to disable the wave generation for filles larger than a certain limit.

michpohl commented 3 years ago

This has been resolved.