Jump to content
Skullcode

Opus codec

Recommended Posts

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
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.

  • Like 1
  • Thanks 1

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×