Skullcode 0 Posted October 18, 2020 i am trying to build a voice communication app by sending a data from microphone to a Tcpserver and send it back to connected Clients i am looking for a component that can get a micrpohone audio input in bytes using opus codec in order to be able to send this data in real time . is there any known library in delphi VCL that can capture audio input data that encoded to opus codec ? Share this post Link to post
FPiette 383 Posted October 18, 2020 2 hours ago, Skullcode said: sending a data from microphone to a Tcpserver For voice communication, UDP is usually used because it is no necessary to have a communication without error, but the most real time as possible. 1 1 Share this post Link to post
Fr0sT.Brutal 900 Posted October 19, 2020 BASS library seems to handle what you need https://www.un4seen.com/ 1 Share this post Link to post