just_waveform
just_waveform copied to clipboard
is the library working today
iam trying to use with just audio library of yours
- the combination of both will work?
- iam trying to run your example code but giving error :T arget of URI doesn't exist: 'package:just_waveform/just_waveform.dart'. Try creating the file referenced by the URI, or try using a URI for a file that does
Just to be clear, are you running the example directly out of this repository, i.e. the one inside the example directory and after running flutter pub get? Because what you're running doesn't sound exactly like my example.
If you are experimenting with your own project, it just be because you didn't set up your project's pub dependencies correctly
Yes it is working.. but can we use this library " just waveform". with the library just audio so that we can track the progress of audio using the wave form created .. for eg in WhatsApp like when we send an audio message and the user plays it the waveform is different for every audio and as it is played the progress is shown
On Sun, Mar 3, 2024, 5:49 AM ryanheise @.***> wrote:
Just to be clear, are you running the example directly out of this repository, i.e. the one inside the example directory and after running flutter pub get? Because what you're running doesn't sound exactly like my example.
If you are experimenting with your own project, it just be because you didn't set up your project's pub dependencies correctly
— Reply to this email directly, view it on GitHub https://github.com/ryanheise/just_waveform/issues/33#issuecomment-1974952228, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIYPL7HHDCVM2MRFUKZ3RX3YWJUBRAVCNFSM6AAAAABEDGDUAKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNZUHE2TEMRSHA . You are receiving this because you authored the thread.Message ID: @.***>
I can't offer that kind of advice here. You can review the API documentation of this plugin and see if it meets your requirements. If you find the API is enough for what you're trying to implement, then you can answer your question that way. If the API is not enough for what you're trying to implement, you can think about what specific changes you would like me to make to the API and submit a feature request.