Metadata-Version: 2.2
Name: dora-pyaudio
Version: 0.3.9
Summary: dora-pyaudio
Author-email: Haixuan Xavier Tao <tao.xavier@outlook.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: dora-rs>=0.3.6
Requires-Dist: numpy>=1.0.0
Requires-Dist: pyarrow>=5.0.0
Requires-Dist: pyaudio>=0.1.0

# dora-pyaudio

## Getting started

- (MacOS) Install `portaudio`

```bash
brew install portaudio
```

- (Linux) Install `portaudio`

```bash
sudo apt-get install portaudio19-dev python-all-dev
```

- Install it with pip:

```bash
pip install -e .
```

## Contribution Guide

- Format with [ruff](https://docs.astral.sh/ruff/):

```bash
ruff check . --fix
```

- Lint with ruff:

```bash
ruff check .
```

- Test with [pytest](https://github.com/pytest-dev/pytest)

```bash
pytest . # Test
```

## YAML Specification

## Examples

## License

dora-pyaudio's code are released under the MIT License
