Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running audiowaveform in flutter app using Dart ffi #193

Open
eamasya19 opened this issue Dec 29, 2023 · 1 comment
Open

Running audiowaveform in flutter app using Dart ffi #193

eamasya19 opened this issue Dec 29, 2023 · 1 comment

Comments

@eamasya19
Copy link

eamasya19 commented Dec 29, 2023

Hello, this is my first time developing a project and creating an issue. Pardon me if I'm not clear on some subjects.

I want to create waveforms in an audio related flutter app and I saw that some C/C++ libraries can be run on dart directly using ffi package. I was wondering do you have any idea or example for such an implementation so that audiowaveform's functionality can be accessed from a flutter app directly?

@chrisn
Copy link
Member

chrisn commented Dec 30, 2023

audiowaveform isn't a library, so instead of ffi you'd need to use https://api.flutter.dev/flutter/dart-io/Process-class.html to run the executable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants