jpolstre

Results 7 comments of jpolstre

Well, you are not interested, but do you know of any player with this functionality that is open source that you can recommend? Thanks.

There are many flutter packages that use dynamic libraries and ffi dart, many of the creators of those packages forget to implement this (big mistake): https://github.com/simolus3/drift/issues/895 and https://stackoverflow.com/questions/65551415/failed-to-load-dynamic-library-in-flutter-app Where it...

Is there a way to get the data from the service and not from the files. The data is already there it is the sound that is being emitted, why...

> @jpolstre the only way to prevent a double download is to tap into the decoder of whatever player you're using. just_waveform will never be able to do that since...

I use [https://rollupjs.org/](https://rollupjs.org/)

I found this package in npm: [https://www.npmjs.com/package/network-list](url) It seems to do what you need (it shows the names of the computers too), but it also shows an error which does...

I am also waiting for a solution.