wip: there are some errors...

This commit is contained in:
Pavel 2024-05-27 19:18:49 +03:00
parent 46c84fe381
commit 060f087dc2

View File

@ -43,5 +43,7 @@ You can change configuration using this environment variables:
- [x] Do not upload files directly, add download route with streaming instead. - [x] Do not upload files directly, add download route with streaming instead.
- [ ] If FFmpeg fails, `send_error` won't be called - fix that. - [ ] If FFmpeg fails, `send_error` won't be called - fix that.
- [ ] Default errors are returned in plain text. Change it to the JSON. - [ ] Default errors are returned in plain text. Change it to the JSON.
- [ ] Conversion from OGG Opus mono to HE-AAC v1 Stereo outputs high-pitched crackling audio.
- [ ] Conversion from OGG Opus mono to AAC sometimes crashes the app with SIGSEGV (this can be seen more often with very short audio).
- [ ] Docker image for `amd64` and `arm64` (currently only `amd64` is supported because `arm64` cross-compilation with QEMU is sloooooooooooowwwww...). - [ ] Docker image for `amd64` and `arm64` (currently only `amd64` is supported because `arm64` cross-compilation with QEMU is sloooooooooooowwwww...).
- [ ] Tests! - [ ] Tests!