Billy SwedishB
tRPC2y ago
3 replies
Billy Swedish

tRPC and playing audio files on the frontend

Hello all!

Reaching out to the community here to see if anyone can help. I am putting together an audio player component for my electron app and use tRPC for all backend communication. Specifically I am using the electron tRPC setup (https://github.com/jsonnull/electron-trpc)

I was wondering if anyone has used something like the react h5 audio player and served audio files to it using tRPC yet or should I just go with an express server setup?

Ideally I would like to avoid two comms systems but if needs must then I will go ahead.

Cheers!

// Ben
Was this page helpful?