You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use roc-toolkit to achieve such a function: a master device sends 5.1-channel audio data to six slave devices. Each slave device separates and extracts the channel it needs to play for playback. However, currently I encounter difficulties. It seems that roc_sender_write(sender, &frame) mixes the 5.1 channels in the frame into two channels and then sends them out. After roc_receiver_read(receiver, &frame) receives the data, it is unable to separate the six channels from the frame.
Could you please tell me how to configure and modify to achieve the function I want?
I am willing to pay you for your service. Please quote a price. If it is a price I can accept, I will pay the remuneration in advance as agreed.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
您好:
我想使用roc-toolkit实现这样的功能:一个主设备向6个从设备发送5.1声道音频数据,每个从设备分离和提取出自己需要播放的那一路声道进行播放,但目前遇到困难,roc_sender_write(sender, &frame)似乎将frame中的5.1声道混合成了双声道再发送出去,roc_receiver_read(receiver, &frame)接收到的数据后无法从frame将6个声道分离出来。
请问如何配置和修改才能实现我想要的功能。
我愿意给您支付报酬,请您报价,如果是我能接受的价格,我将按约定预付酬劳。
谢谢!
Hello:
I want to use roc-toolkit to achieve such a function: a master device sends 5.1-channel audio data to six slave devices. Each slave device separates and extracts the channel it needs to play for playback. However, currently I encounter difficulties. It seems that roc_sender_write(sender, &frame) mixes the 5.1 channels in the frame into two channels and then sends them out. After roc_receiver_read(receiver, &frame) receives the data, it is unable to separate the six channels from the frame.
Could you please tell me how to configure and modify to achieve the function I want?
I am willing to pay you for your service. Please quote a price. If it is a price I can accept, I will pay the remuneration in advance as agreed.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions