Streaming is a continuous service. If you want that, you may actually want to consider one of the commercial options.
You could download the music and self-host a Navidrome server or something similar.
You could even do it like me and have Navidrome server in your pocket. It's natively available in Termux, so I can stream music from my phone on LAN.
But that depends on your library size.
Also... many memory cards seem to have terrible random access speed (and sadly that's something you can't know before buying it), so the initial scan may take a few minutes.
The others are right. Trying to stream from a torrent seems wasteful and complex.
But if you must for some strange reason, perhaps it would work to use webtor.io to produce an http-reachable audio file which could be curl/wget-fetched and piped to an audio decoder/player. I doubt you could make webtor fetch pieces linearly from the beginning. You would likely have to wait until the last piece is fetched to start streaming.