Metadata-Version: 2.1
Name: dasoundlib
Version: 0.6
Summary: A package to generate and play sine wave sounds
Home-page: https://github.com/ForNoOne401/Soundlib
Author: ForNoOne401
Author-email: fornoone401401@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.6
Description-Content-Type: text/markdown


░██████╗░█████╗░██╗░░░██╗███╗░░██╗██████╗░██╗░░░░░██╗██████╗░
██╔════╝██╔══██╗██║░░░██║████╗░██║██╔══██╗██║░░░░░██║██╔══██╗
╚█████╗░██║░░██║██║░░░██║██╔██╗██║██║░░██║██║░░░░░██║██████╦╝
░╚═══██╗██║░░██║██║░░░██║██║╚████║██║░░██║██║░░░░░██║██╔══██╗
██████╔╝╚█████╔╝╚██████╔╝██║░╚███║██████╔╝███████╗██║██████╦╝
╚═════╝░░╚════╝░░╚═════╝░╚═╝░░╚══╝╚═════╝░╚══════╝╚═╝╚═════╝░

The Soundlib module is a versatile Python extension designed to generate and play sine wave sounds. Soundlib seamlessly integrates with Python to offer flexible and real-time audio playback.

# How to use
```python
from soundlib import *
play_sound(<frequency>, <milliseconds>)
```
