essentia icon indicating copy to clipboard operation
essentia copied to clipboard

Using native iOS audio loader

Open rahul140490 opened this issue 4 years ago • 1 comments

Hi @dbogdanov , in one of your comments in some issue you mentioned that for iOS apps we can use native audio loaders instead of using MPPEG or monoloader/audioloader. Would you please describe how we can do that? Please take one of the available examples to explain(preferably standard_mfcc.cpp class as I am working on that).

Also, I built the essentia library using monoloader and audioloader, but was getting undefined symbols error(like Undefined symbol: _av_frame_unref) so had to drop that.

rahul140490 avatar Sep 19 '21 12:09 rahul140490

We do not have ready-made examples of that (anyone is welcome to contribute). What I meant is that you can look at the ways to load audio files that iOS provides, but iOS is out of my scope and perhaps someone here working with it can answer you better, especially given the PR #1153.

dbogdanov avatar Sep 21 '21 13:09 dbogdanov