From 58ceea862f8bc9c56904d47bbb71fa57cbfcefdc Mon Sep 17 00:00:00 2001 From: EUCLID Date: Thu, 9 Apr 2026 04:44:27 -0400 Subject: [PATCH] add todo note --- src/streamers/tidal/main.ts | 5 +++++ 1 file changed, 5 insertions(+) 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'