🇬🇧 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.