-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Is there any option to convert listen from a stream to an audio file? #49
Comments
On Flutter Sound V6, it is possible to play RAW-PCM Linear 16 from a Dart Stream. |
Thanks for the answer, |
If I understand correctly, you do not want to Record (from a microphone, ...) or Playback (to a loudspeaker, ...). On Wikipedia : Also, 'soundfonts sf2' has sometimes to deal with MIDI. If your data is MIDI, then Flutter Sound is not the correct tool. I hope that I am clear, and that I understood correctely what you are trying to do. |
Also, there is a helper function in Flutter Sound V6 which can convert Raw PCM-Linear 16 to a Wave (.wav) file. |
Thanks :), Probably need to convert those midi sound to PCM data / WAV data. |
Hi All :),
Is there any option to convert listen from a stream to an audio file?
Probably using a subscriber and convert the listening to a audio file.
Thanks in advance!!! =]
The text was updated successfully, but these errors were encountered: