Skip to content

Commit

Permalink
new readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pablodz committed Jan 2, 2024
1 parent 189136e commit f536a3b
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,10 @@ Examples:
Plugins:
- Connectivity to python neural network inference api with grpc/http and caching the inference

## Example (WIP)

Trascoding a file from ulaw to wav pcm with CLI

[![asciicast](https://asciinema.org/a/IXy7MLb1qyXDCCU7IUsrdVkmA.svg)](https://asciinema.org/a/IXy7MLb1qyXDCCU7IUsrdVkmA)
## Warning

- HTTP & gRPC Server and cli are on new roadmap


## Installation

Expand Down Expand Up @@ -65,7 +63,7 @@ Check [./examples](./examples/) folder
- [ ] Websocket
- [ ] gRPC
- [x] Audio file conversion
- [ ] Format conversion [Work in progress...](docs/format_table.md)
- [ ] Format conversion (Work in progress...)
- [ ] Bitrate conversion
- [ ] Channels conversion
- [ ] Resampling
Expand Down Expand Up @@ -160,12 +158,12 @@ Check [./examples](./examples/) folder
- [ ] Two channel mixer
- [ ] Multi channel mixer
- [ ] Debugger
- [x] Audio ascii graph in terminal
- [x] Headers viewer in terminal
- [ ] Audio ascii graph in terminal
- [ ] Headers viewer in terminal
- [ ] spectrogram: graph signal level vs. frequency & time
- [ ] stat: Enumerate audio peak & RMS levels, approx. freq., etc.
- [ ] stats: Multichannel aware `stat'

## License

SoPro is licensed under the [MIT License](LICENSE).
SoPro is licensed under the [MIT License](LICENSE).

0 comments on commit f536a3b

Please sign in to comment.