Unity-Technologies / com.unity.webrtc

WebRTC package for Unity
Other
738 stars 186 forks source link

[REQUEST]: Can the receiving party extract float-type data containing the other party's voice data? #1015

Open koodonghyeon opened 6 months ago

koodonghyeon commented 6 months ago

Is your feature request related to a problem?

I'm trying to create a function that receives the other person's voice and saves it as an audio clip. However, I don't know how to extract the audio data sent by the other party from webRTC. Can you tell me?

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

karasusan commented 5 months ago

@koodonghyeon Hi, we have some audio sample scenes in the package sample. Have you tried them?