Tau: Flutter Sound vs Sound

Created on 8 Jun 2020  Â·  4Comments  Â·  Source: Canardoux/tau

As I could see, after much back and forth, it was decided that @bsutton would release its own package. Are there any plans to merge the codebase again or will there be only flutter_sound or only sound from now on? Or will both packages be developed in parallel and separately from each other from now on? Since I am currently in the process of deciding which sound package to use and there are now these two packages, it would be nice to know what the plans for the future are. Thanks a lot.

help wanted

Most helpful comment

So you have got a little ahead of me as I'm not quite ready to make any official announcement but...

Essentially we haven't been able to get agreement on a way forward after many months of discussions.

As such I've made the decision to fork the project.
I would expect the two packages to move forward separately.

I'm looking to build of coalition of developers around the new fork and I will shortly be actively looking to recruit contributors.
Over the next week or so I will lay out a plan for the project detailing how I see it moving forward.

All 4 comments

So you have got a little ahead of me as I'm not quite ready to make any official announcement but...

Essentially we haven't been able to get agreement on a way forward after many months of discussions.

As such I've made the decision to fork the project.
I would expect the two packages to move forward separately.

I'm looking to build of coalition of developers around the new fork and I will shortly be actively looking to recruit contributors.
Over the next week or so I will lay out a plan for the project detailing how I see it moving forward.

Oh, sorry about that. Thanks anyway for your quick response and I am curious what will happen in the next weeks :)

Hi @bsutton, I just wanted to inquire about whether there are any ongoing plans for Sounds to include the ability to record and write raw pcm to a stream instead of a file for both ios & android.

I tried to open and read a stream from the file as it was being written to, but it didn't work out as I'd hoped. This functionality is very important to me, so I would love to help out however I can to make it a reality. Thanks.

I have some pieces in the dart code that have been written to support
streams by I've done nothing concrete at this point.

I don't have the time to do anything with the streams at the moment but if
you are willing to put the effort in I'm willing to provide some support.

If you are interested I would suggest that you raise an issue in the sounds
project and outline what the api might look like at the dart and platform
levels.

I would suggest we want something like a streamable track.

Fyi I'm also looking at moving all the codec support into separate packages
to make codecs pluggable.
So the codec converters will need to support live stream conversions. I'm
not certain if all codec support this concept.

On Sun, 14 Jun 2020, 10:47 am chi-tea-72, notifications@github.com wrote:

Hi @bsutton https://github.com/bsutton, I just wanted to inquire about
whether there are any ongoing plans for Sounds to include the ability to
record and write raw pcm to a stream instead of a file for both ios &
android.

I tried to open and read a stream from the file as it was being written
to, but it didn't work out as I'd hoped. This functionality is very
important to me, so I would love to help out however I can to make it a
reality. Thanks.

—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/dooboolab/flutter_sound/issues/388#issuecomment-643701340,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AAG32OAP5PPVMI556HC2E5LRWQMZTANCNFSM4NYEQY2Q
.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

alby97 picture alby97  Â·  5Comments

Larpoux picture Larpoux  Â·  4Comments

BeshoyMelika picture BeshoyMelika  Â·  3Comments

mhstoller picture mhstoller  Â·  5Comments

deepbluev7 picture deepbluev7  Â·  5Comments