-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
add support window #19
Comments
As I don't personally have Windows, that would have to be a contribution if anyone is willing (although first I'd have to move to the federated plugin model). But for your use case, I'd still recommend running audiowaveform server-side. It's simple enough to do (or you could just outsource the work.) |
Okay thank you if anyone is interessed to do that, contact me. |
@yelkamel , Salut , i have a need to run this plugin on windows , have you found a way?
|
Unfortunately I don't have any sample code, and everybody will likely be using a different language in the server side, not necessarily Dart. But it should be simple for anyone who knows how to build a restful service, so if you don't know how to do that, you should first learn how to do that in whatever language you're using on the server side. |
@ryanheise I know how to build one in fact my app has its backend written in rust and I thought about creating an endpoint to get the waveform data of an audio that I send to it ...what I am lacking is how to call the program audiowaveform ...I also thought of using the java code you made for the plug in on android to implement the c++ code for Windows using chatGPT since its been so long and my due date is next week and I have no time left to learn c++ ...I am that desperate |
Do you mean how to call If you are interested in porting to Windows, you might also want to look at the iOS implementation which is written in C (well, Objective C, but it's still mostly C). |
@ryanheise yeah indeed it was exec on the Os ill create that endpoint today. I'll use it as last resort and I'll also try porting It to windows directly thanks for the time I'll look into the ios c code .in the 1st case the waveform class can be used to parse the output of the program ? |
Yes, I have intentionally used that format in order to make it compatible with audiowaveform. Note that audiowaveform has an option to output in JSON as well which just_waveform doesn't support, so just make sure you get it to output in the binary format. |
@ryanheise All right understood. I am almost done writing the endpoint. thanks a lot for your time and inputs |
Hello,
Thank you for this plugin.
We create an app of meditation and sound relaxing named Evolum (4.9 stars in stores).
We wanted to add audio wave in our app.
As you know we can't get the audiowave file on the file directly in the app when an user want to relax.
We have a dashboard where internal user can upload audio to be available in the app.
This dashboard is web so we can't generate the audiowave file so we wanted to do by deploying our dashboard in macOS but some of our internal user have only window...
We try to doc something with Google Cloud function when a file is uploaded in our storage with that
https://github.com/bbc/audiowaveform
but we didn't successed...
So if adding window support is not a big challenge maybe that can be usefull for us.
Thanks,
The text was updated successfully, but these errors were encountered: