sound_generator
sound_generator copied to clipboard
This plugin is a procedural sound generator.
Hey. This PR enables us to start with a clean new frequency when calling play(), rather than letting the sound glide smoothly to the new pitch. For example: when we...
I have been experimenting with using the sound generator to tonally represent G-forces using the userAccelerometer from the motion_sensors package. Through these experiments, I have noticed that the sound generator...
I would be very appreciative
add support for windows
The oneCycleData is always set to null in the example so the wave can't be drawn. Any idea how this data should be set?
Square waves and other wave types not being generated in ios device only sine wave being generated.
Hi @mertguner and @ryanheise Thanks a ton for making such a package for flutter but right now i am facing an issue where the client for this type of application...
Hi @mertguner I am getting the following error through firebase crashlytics on some devices. ``` Fatal Exception: java.lang.OutOfMemoryError: Failed to allocate a 124606360 byte allocation with 25165824 free bytes and...
Flutter 3.27.4 ``` Failed to build iOS app Swift Compiler Error (Xcode): Value of type 'SwiftSoundGeneratorPlugin' has no member 'getDecibel' /Users/koutja/.pub-cache/hosted/pub.dev/sound_generator-0.0.13/ios/Classes/SoundGeneratorPlugin.swift:70:20 Swift Compiler Error (Xcode): Value of type 'SwiftSoundGeneratorPlugin' has...
After upgrading Flutter to 3.29.0 I receive an error while building with ```flutter build apk``` on Windows. ``` C:\Users\giaco\AppData\Local\Pub\Cache\hosted\pub.dev\sound_generator-0.0.13\android\src\main\java\io\github\mertguner\sound_generator\SoundGeneratorPlugin.java:11: error: cannot find symbol import io.flutter.plugin.common.PluginRegistry.Registrar; ^ symbol: class Registrar location:...