sound_generator 0.0.14
sound_generator: ^0.0.14 copied to clipboard
Sound Generator is a procedural audio plugin for Flutter applications. It enables smooth frequency transitions and allows users to visualize signal waveforms in real-time
0.0.1 24/07/2020 #
- First Stable Release
0.0.2 24/07/2020 #
- Changed Readme File
- Added Application Screenshot
0.0.3 25/07/2020 #
- Added Changeable Sample Rate
- Added one Cycle Data Auto refresh Control
0.0.4 08/04/2020 #
- Added Volume Control
- Added init Function Done Control
0.0.5 10/05/2021 #
- Added IOS Support (thank you https://github.com/ryanheise)
0.0.6 14/01/2022 #
- For increase Pub Point
- Formatted 5 files (3 changed)
- Support sound null safety
- Updated the streams to be initialized late to cover null safety. (thank you stephen ross)
- Fixed the isPlaying test. (thank you https://github.com/Stephen-Ross)
0.0.7 15/01/2022 #
- For increase Pub Point
- Support sound null safety
- Failed to run dartdoc
0.0.8 19/01/2022 #
- For increase Pub Point
- Support sound null safety
- Failed to run dartdoc
0.0.9 12/04/2022 #
- Added panning functionality for ios, added version restriction podspec, fixes (thank you https://github.com/siherrmann)
0.0.10 24/09/2024 #
- Added option to start with a clean new frequency on play() (thank you https://github.com/nyxkn)
- Upgrade sound_generator Package for Compatibility with Flutter SDK 3.5.3 and Latest Android SDK (thank you https://github.com/vashukarn)
0.0.11 25/09/2024 #
- Fixed a bug where "Invalid redeclaration of 'SwiftSoundGeneratorPlugin' error" was thrown on iOS (thank you https://github.com/MaximilianFlechtner)
0.0.12 16/01/2025 #
- Updated flutter libraries.
- Added setDecibel function. (Thanks to https://github.com/LuizAlexandreSilva for the inspiration))
- Update SoundGeneratorPlugin.swift for iOS sound wave change (thank you https://github.com/sharmaruchi30)
0.0.13 20/01/2025 #
- Updated the decibel setting to range from 0 to -120.
0.0.14 29/05/2025 #
- Changed deprecated android AudioTrack library.
- Flutter 3 compatibility (Thanks to https://github.com/vashukarn and https://github.com/Sahad2701)
- Fix decibel calculation and code formatting in iOS plugin (Thanks to https://github.com/MaximilianFlechtner)