Metadata-Version: 2.1
Name: lame-ctypes
Version: 0.1.3
Summary: Just Lame ctypes binding.
Home-page: https://github.com/sengokyu/python-lame-ctypes
License: MIT
Author: sengokyu
Author-email: sengokyu+gh@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Project-URL: Repository, https://github.com/sengokyu/python-lame-ctypes.git
Description-Content-Type: text/markdown

# Python Lame binding

## Usage

```python
from lame_ctypes import *

lame = lame_init()

lame_close(lame, 1)
```

See [sample](https://github.com/sengokyu/python-lame-ctypes/blob/main/samples/)

## Important limitation

Currently, only decoding bindings are defined.

