diff --git a/src/streamers/tidal/main.ts b/src/streamers/tidal/main.ts index 1769c7a..af3ecfb 100644 --- a/src/streamers/tidal/main.ts +++ b/src/streamers/tidal/main.ts @@ -1,3 +1,8 @@ +// todo: add atmos support for format selection +// might have to do it how orpheusdl does it? + +// https://github.com/Dniel97/orpheusdl-tidal/blob/master/interface.py#L41 + import { Dispatcher, fetch } from 'undici' import { spawn } from 'child_process' import os from 'node:os'