voice-analyzer / voice-analyzer-ios

A free and open source voice analysis iOS app specifically geared toward aiding voice pitch and resonance training.
MIT License
6 stars 2 forks source link

Implement importing audio recordings #9

Open jessa0 opened 3 years ago

jessa0 commented 3 years ago

We want to be able to import audio from other apps, possibly via a file picker in the app and/or share extension. After import, the audio should also be analyzed.

jessa0 commented 3 years ago

I think this should depend on #16 and maybe also rewriting libformants in Rust, because imported audio recordings may be untrusted data.

Also, this should probably share the same infrastructure as #10.