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

PCM Support for Android and iOS #16

Closed
felixjunghans opened this issue Jul 13, 2020 · 1 comment
Closed

PCM Support for Android and iOS #16

felixjunghans opened this issue Jul 13, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@felixjunghans
Copy link

Is your feature request related to a problem? Please describe.
I would really like to switch from flutter sound to sounds, but I need support for recording and playing PCM (Wav). Is there a plan when this codec will be available in sounds? The Google Speech Api only supports wav and flac and for this reason I need one of these codecs. Sounds also only requires minSdk version 16 and not 24 like flutter sounds, which is one of the main reasons why I would like to switch to sounds.

Describe the solution you'd like
PCM / Flac support for Android und iOS (Recording and Playing)

Additional context
PCM / Flac support is already available in flutter sounds. Maybe there is a way to merge this into sounds?

@felixjunghans felixjunghans added the enhancement New feature or request label Jul 13, 2020
@bsutton
Copy link
Owner

bsutton commented Jul 21, 2020

My intent is to only provide native recording and audio in the base package.
I've started a second project (sounds_codec) with the intent of providing a package that allows conversion to/from a number of codecs.
By placing the codec in a separate package it keeps the core package small and simple (relatively).

If you want support for pcm/flac I would suggest that you raise the issue in the sounds_codec package.

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

No branches or pull requests

2 participants