Off-Top-App / off-top-flutter

Repository for our mobile client application.
0 stars 2 forks source link

OT-VisualizeSound #37

Open frlzjosh opened 4 years ago

frlzjosh commented 4 years ago

WHAT TO DO:

  1. Currently, in the front-end, we have a wave gif file and we want this to be real now. So find a good plugin that will visualize sound. I found this one: (https://pub.dev/packages/flutter_visualizers), however, there might be nicer and better solutions.

    You can possibly can tap into e.decibels found in recorder.dart since that is already saving a double value for decibels from the recording.

DONE:

  1. You are able to record and see the visualizer portray the sound based off your the sound level of your speech.