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
๐ฌ๐ง English | ๐น๐ท Tรผrkรงe
๐ฌ๐ง English #
Sound Generator #
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.
๐ง Features #
- Procedural sound generation with seamless frequency changes.
- Real-time waveform visualization.
- Supports various waveform types: sine, square, triangle, and sawtooth.
- Cross-platform support for Android and iOS.
- Includes an example application for demonstration purposes.
๐ Getting Started #
-
Add the plugin to your
pubspec.yaml
file:dependencies: sound_generator:
-
Run flutter pub get to fetch the package.
-
Import and utilize the plugin in your Dart code as needed.
๐ธ Screenshot
๐ License This project is licensed under the MIT License.