speech-prep 0.1.1

Speech-focused audio preprocessing — VAD, format detection, decoding, noise reduction, chunking
Documentation
# Contributing

Issues and pull requests are welcome.

## Good areas to contribute

- New audio format support
- Additional preprocessing filters
- VAD algorithm improvements
- Performance benchmarks on different hardware
- Documentation improvements

## Development

```bash
cargo test
cargo clippy -- -D warnings
cargo fmt --check
```

## License

Contributions are accepted under the same MIT OR Apache-2.0 license as the project.