Search Unity

how to Play sound on tv?

Discussion in 'Linux' started by chenfang, Aug 11, 2020.

  1. chenfang

    chenfang

    Joined:
    Dec 6, 2012
    Posts:
    48
    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?
     
  2. chenfang

    chenfang

    Joined:
    Dec 6, 2012
    Posts:
    48
  3. chenfang

    chenfang

    Joined:
    Dec 6, 2012
    Posts:
    48
  4. chenfang

    chenfang

    Joined:
    Dec 6, 2012
    Posts:
    48
  5. andrews_unity

    andrews_unity

    Unity Technologies

    Joined:
    Dec 11, 2015
    Posts:
    264
    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.
     
  6. chenfang

    chenfang

    Joined:
    Dec 6, 2012
    Posts:
    48
    Does Fmod support selected voice output devices?
     
  7. elbarz

    elbarz

    Joined:
    May 21, 2020
    Posts:
    27
    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.