From 060f087dc28857edb06e231adf2913963cb7f003 Mon Sep 17 00:00:00 2001 From: Neur0toxine Date: Mon, 27 May 2024 19:18:49 +0300 Subject: [PATCH] wip: there are some errors... --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index edca8b8..de82ef4 100644 --- a/README.md +++ b/README.md @@ -43,5 +43,7 @@ You can change configuration using this environment variables: - [x] Do not upload files directly, add download route with streaming instead. - [ ] If FFmpeg fails, `send_error` won't be called - fix that. - [ ] 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...). - [ ] Tests! \ No newline at end of file