Metadata-Version: 2.1
Name: SoundGraph
Version: 0.2
Summary: Real-time audio visualization tool
Home-page: https://github.com/bappy-3/sound-graph
Author: Al Mustafiz Bappy
Author-email: almustafizbappy@gmail.com
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE

SoundGraph-

SoundGraph is a Python package that allows you to visualize real-time audio data while also performing speech recognition on the audio stream.

Installation-
You can install SoundGraph using pip:
'pip install SoundGraph'

Usage-

To use SoundGraph, simply import the SoundGraph module and call the start_visualization() function:

''' import SoundGraph

SoundGraph.start_visualization()
'''

Contributing-

If you would like to contribute to SoundGraph, please fork the repository and submit a pull request. You can also submit issues or feature requests through the issue tracker.

License-

SoundGraph is licensed under the MIT License. See LICENSE for more information.
