thestk / stk

The Synthesis ToolKit in C++ (STK) is a set of open source audio signal processing and algorithmic synthesis classes written in the C++ programming language.
https://ccrma.stanford.edu/software/stk/
Other
1.02k stars 180 forks source link

RtAudio into an Icecast server #130

Open etiennedemoulin opened 1 year ago

etiennedemoulin commented 1 year ago

Hi, I've tried severals way to output Stk::RtAudio into an Icecast server

What could be the easiest solution ?

Thanks,

antoinelefebvre commented 1 year ago

Link against the ffmpeg library and use the api in your program.