Rudifus
Rudifus
I have found that rust lang install path has changed from C:\Program Files/ path to user space path, C:/Users/username/.rustup/toolchains/stable-x86_64-pc-windows-msvc/lib/rustlib/x86_64-pc-windows-msvc/lib where ffmpeg audio libs to be copied. as described in docs/windows-build.md
AudioServe windoes build was OK. when executed - several things to do yet: 1. when audioserve.exe is started - it returns error on missing av- DLLs. so I have copied...
@izderadicka cargo test --no-default-features ``` Finished test [unoptimized + debuginfo] target(s) in 6.96s Running unittests (target\debug\deps\audioserve-a88fae109fe63c7f.exe) running 10 tests test services::auth::tests::test_token ... ok test services::auth::tests::test_json_login ... [2022-01-27T09:30:53Z ERROR audioserve::services::auth] Invalid...
I have found proposed solution here to ignore/overwrite such ESDS bits, https://rentry.co/n4ost. This issue happend for audible aax files with strero 41kHz stream there. 22kHz stream are playable correctly via...