Metadata-Version: 2.1
Name: hikari-ongaku
Version: 0.2.4
Summary: A voice library, for hikari.
Home-page: https://github.com/MPlatypus/hikari-ongaku
Author: MPlaty
Author-email: contact@mplaty.com
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.11
Requires-Python: ==3.11.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp ==3.9.1
Requires-Dist: hikari ==2.0.0.dev122
Requires-Dist: logging ==0.4.9.6
Provides-Extra: docs
Requires-Dist: mkdocs ==1.5.3 ; extra == 'docs'
Requires-Dist: mkdocs-autorefs ==0.5.0 ; extra == 'docs'
Requires-Dist: mkdocs-material ==9.5.3 ; extra == 'docs'
Requires-Dist: mkdocs-material-extensions ==1.3.1 ; extra == 'docs'
Requires-Dist: mkdocstrings ==0.24.0 ; extra == 'docs'
Requires-Dist: mkdocstrings-python ==1.7.5 ; extra == 'docs'
Requires-Dist: Pygments ==2.17.2 ; extra == 'docs'
Requires-Dist: pymdown-extensions ==10.5 ; extra == 'docs'
Requires-Dist: PyYAML ==6.0.1 ; extra == 'docs'
Requires-Dist: pyyaml-env-tag ==0.1 ; extra == 'docs'
Requires-Dist: Markdown ==3.5.1 ; extra == 'docs'
Requires-Dist: MarkupSafe ==2.1.3 ; extra == 'docs'
Requires-Dist: mergedeep ==1.3.4 ; extra == 'docs'

# Ongaku
A voice library for Hikari.

<div align="center">

[![PyPI](https://img.shields.io/pypi/v/hikari-ongaku)](https://pypi.org/project/hikari-ongaku)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v1.json)](https://github.com/charliermarsh/ruff)
![Pyright](https://badgen.net/badge/Pyright/strict/2A6DB2)
[![Lavalink](https://badgen.net/badge/Lavalink/v4.0.0/ff624a)](https://lavalink.dev/)
[![Docs](https://badgen.net/badge/Docs/v0.2.4/ff6b61)](https://ongaku.mplaty.com/)

</div>

### Features
These are things that are being worked on, and will be created, before 1.0

 - [x] Volume
 - [x] Playlist (youtube/ytmusic)
 - [x] Skip
 - [x] Load and view queue
 - [x] Retries
 - [x] Delete tracks (current, and other, by both position, and Track)
 - [x] Clear tracks
 - [x] Mute (basically sets volume to zero, whilst still playing audio)
 - [ ] Complete Error handling
 - [ ] Nodes
 - [ ] Testing (internal)
 - [ ] Store the user who asked for specific songs.
 - [ ] Support local file playing (mp3, mp4, ogg, wav, etc.)
 - [ ] Resume Sessions
 - [ ] Change EQ and Effects (Filters)
