Interface ClientAudioChannel

All Known Subinterfaces:
ClientEntityAudioChannel, ClientLocationalAudioChannel, ClientStaticAudioChannel

public interface ClientAudioChannel
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    play(short[] rawAudio)
    Plays this audio data on this audio channel
  • Method Details

    • getId

      UUID getId()
      Returns:
      the ID of the channel
    • play

      void play(short[] rawAudio)
      Plays this audio data on this audio channel
      Parameters:
      rawAudio - the raw 16 bit PCM audio frame