I released an application using Unity.The program is run on a computer and displayed on a TELEVISION.Now I need to make the TV play the sound of this program.The connection mode of computer and TV is HDMI. What should I do?
@andrews_unity please help me .thank you .
@elbarz please help me .
@andrews_unity @elbarz I need to select sound output device.for example tv.
So there is likely nothing Unity specific about this issue since we just are using the sound card for things and the OS regulates the output.
Does Fmod support selected voice output devices?
Is the TV Android? If you’re using a Raspberry pi, to connect to TV, remember that Unity still doesn’t support ARM.
if this is from a Linux Distro (from a computer) check in terminal Alsamixer, or the pulseaudio control. If you’re doing this from SDL, well, it has it’s own documentation that supports sound. Have you tried a different app or software to transmit from pc to computer? It might be a hardware issue if several other apps do actually have sound. If it’s just Unity3D, well then something might be missing in your project.