Klasse AudioSectionTeaVM

java.lang.Object
client.teavm.common.config.AudioSectionTeaVM
Alle implementierten Schnittstellen:
IAudioSection

public final class AudioSectionTeaVM extends Object implements IAudioSection
  • Felddetails

    • audio

      private Audio audio
    • device

      private int device
    • samplingRate

      private SamplingRate samplingRate
    • sampling

      private SamplingMethod sampling
    • mainVolume

      private float mainVolume
    • secondVolume

      private float secondVolume
    • thirdVolume

      private float thirdVolume
    • mainBalance

      private float mainBalance
    • secondBalance

      private float secondBalance
    • thirdBalance

      private float thirdBalance
    • mainDelay

      private int mainDelay
    • secondDelay

      private int secondDelay
    • thirdDelay

      private int thirdDelay
    • bufferSize

      private int bufferSize
    • audioBufferSize

      private int audioBufferSize
    • playOriginal

      private boolean playOriginal
    • mp3

      private File mp3
    • cbr

      private int cbr
    • vbr

      private boolean vbr
    • vbrQuality

      private int vbrQuality
    • audioCoderBitRate

      private int audioCoderBitRate
    • audioCoderBitRateTolerance

      private int audioCoderBitRateTolerance
    • videoStreamingUrl

      private String videoStreamingUrl
    • videoCoderNumPicturesInGroupOfPictures

      private int videoCoderNumPicturesInGroupOfPictures
    • videoCoderBitRate

      private int videoCoderBitRate
    • videoCoderBitRateTolerance

      private int videoCoderBitRateTolerance
    • videoCoderGlobalQuality

      private int videoCoderGlobalQuality
    • videoCoderPreset

      private VideoCoderPreset videoCoderPreset
    • videoCoderAudioDelay

      private int videoCoderAudioDelay
    • delayBypass

      private boolean delayBypass
    • delay

      private int delay
    • delayWetLevel

      private int delayWetLevel
    • delayDryLevel

      private int delayDryLevel
    • delayFeedbackLevel

      private int delayFeedbackLevel
    • reverbBypass

      private boolean reverbBypass
    • reverbComb1Delay

      private float reverbComb1Delay
    • reverbComb2Delay

      private float reverbComb2Delay
    • reverbComb3Delay

      private float reverbComb3Delay
    • reverbComb4Delay

      private float reverbComb4Delay
    • reverbAllPass1Delay

      private float reverbAllPass1Delay
    • reverbAllPass2Delay

      private float reverbAllPass2Delay
    • reverbSustainDelay

      private float reverbSustainDelay
    • reverbDryWetMix

      private float reverbDryWetMix
  • Konstruktordetails

    • AudioSectionTeaVM

      public AudioSectionTeaVM()
  • Methodendetails

    • getAudio

      public Audio getAudio()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the audio to be used.
      Angegeben von:
      getAudio in Schnittstelle IAudioSection
      Gibt zurück:
      the audio to be used
    • setAudio

      public void setAudio(Audio audio)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the audio to be used.
      Angegeben von:
      setAudio in Schnittstelle IAudioSection
      Parameter:
      audio - audio to be used
    • getDevice

      public int getDevice()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the JavaSound device number
      Angegeben von:
      getDevice in Schnittstelle IAudioSection
      Gibt zurück:
      the JavaSound device number
    • setDevice

      public void setDevice(int device)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the JavaSound device number
      Angegeben von:
      setDevice in Schnittstelle IAudioSection
      Parameter:
      device - JavaSound device number
    • getSamplingRate

      public SamplingRate getSamplingRate()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the Playback/Recording frequency.
      Angegeben von:
      getSamplingRate in Schnittstelle IAudioSection
      Gibt zurück:
      Playback/Recording frequency
    • setSamplingRate

      public void setSamplingRate(SamplingRate samplingRate)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the sampling rate.
      Angegeben von:
      setSamplingRate in Schnittstelle IAudioSection
      Parameter:
      samplingRate - sampling rate
    • getSampling

      public SamplingMethod getSampling()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the sampling method.
      Angegeben von:
      getSampling in Schnittstelle IAudioSection
      Gibt zurück:
      the sampling method
    • setSampling

      public void setSampling(SamplingMethod method)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the sampling method.
      Angegeben von:
      setSampling in Schnittstelle IAudioSection
      Parameter:
      method - the sampling method
    • getMainVolume

      public float getMainVolume()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the main SID volume setting.
      Angegeben von:
      getMainVolume in Schnittstelle IAudioSection
      Gibt zurück:
      the main SID volume setting
    • setMainVolume

      public void setMainVolume(float volume)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the main SID volume setting.
      Angegeben von:
      setMainVolume in Schnittstelle IAudioSection
      Parameter:
      volume - the main SID volume setting
    • getSecondVolume

      public float getSecondVolume()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the second SID volume setting.
      Angegeben von:
      getSecondVolume in Schnittstelle IAudioSection
      Gibt zurück:
      the second SID volume setting
    • setSecondVolume

      public void setSecondVolume(float volume)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the second SID volume setting.
      Angegeben von:
      setSecondVolume in Schnittstelle IAudioSection
      Parameter:
      volume - the second SID volume setting
    • getThirdVolume

      public float getThirdVolume()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the third SID volume setting.
      Angegeben von:
      getThirdVolume in Schnittstelle IAudioSection
      Gibt zurück:
      the third SID volume setting
    • setThirdVolume

      public void setThirdVolume(float volume)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the third SID setting.
      Angegeben von:
      setThirdVolume in Schnittstelle IAudioSection
      Parameter:
      volume - the third SID volume setting
    • getMainBalance

      public float getMainBalance()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the main SID balance setting (0 - left, 1 - right speaker).
      Angegeben von:
      getMainBalance in Schnittstelle IAudioSection
      Gibt zurück:
      the main SID balance setting
    • setMainBalance

      public void setMainBalance(float balance)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the main SID balance setting (0 - left, 1 - right speaker).
      Angegeben von:
      setMainBalance in Schnittstelle IAudioSection
      Parameter:
      balance - the main SID balance setting
    • getSecondBalance

      public float getSecondBalance()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the second SID balance setting (0 - left, 1 - right speaker).
      Angegeben von:
      getSecondBalance in Schnittstelle IAudioSection
      Gibt zurück:
      the second SID balance setting
    • setSecondBalance

      public void setSecondBalance(float balance)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the second SID balance setting (0 - left, 1 - right speaker).
      Angegeben von:
      setSecondBalance in Schnittstelle IAudioSection
      Parameter:
      balance - the second SID balance setting
    • getThirdBalance

      public float getThirdBalance()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the third SID balance setting (0 - left, 1 - right speaker).
      Angegeben von:
      getThirdBalance in Schnittstelle IAudioSection
      Gibt zurück:
      the third SID balance setting
    • setThirdBalance

      public void setThirdBalance(float balance)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the third SID balance setting (0 - left, 1 - right speaker).
      Angegeben von:
      setThirdBalance in Schnittstelle IAudioSection
      Parameter:
      balance - the third SID balance setting
    • getMainDelay

      public int getMainDelay()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the main SID delay setting (0 - no delay, 50 - 50ms delay).
      Angegeben von:
      getMainDelay in Schnittstelle IAudioSection
      Gibt zurück:
      the main SID delay setting
    • setMainDelay

      public void setMainDelay(int delay)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the main SID delay setting (0 - no delay, 50 - 50ms delay).
      Angegeben von:
      setMainDelay in Schnittstelle IAudioSection
      Parameter:
      delay - the main SID delay setting
    • getSecondDelay

      public int getSecondDelay()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the second SID delay setting (0 - no delay, 50 - 50ms delay).
      Angegeben von:
      getSecondDelay in Schnittstelle IAudioSection
      Gibt zurück:
      the second SID delay setting
    • setSecondDelay

      public void setSecondDelay(int delay)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the second SID delay setting (0 - no delay, 50 - 50ms delay).
      Angegeben von:
      setSecondDelay in Schnittstelle IAudioSection
      Parameter:
      delay - the second SID delay setting
    • getThirdDelay

      public int getThirdDelay()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the third SID delay setting (0 - no delay, 50 - 50ms delay).
      Angegeben von:
      getThirdDelay in Schnittstelle IAudioSection
      Gibt zurück:
      the third SID delay setting
    • setThirdDelay

      public void setThirdDelay(int delay)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the third SID delay setting (0 - no delay, 50 - 50ms delay).
      Angegeben von:
      setThirdDelay in Schnittstelle IAudioSection
      Parameter:
      delay - the third SID delay setting
    • getBufferSize

      public int getBufferSize()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the output buffer size.
      Angegeben von:
      getBufferSize in Schnittstelle IAudioSection
      Gibt zurück:
      size of the output buffer
    • setBufferSize

      public void setBufferSize(int bufferSize)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the output buffer size.
      Angegeben von:
      setBufferSize in Schnittstelle IAudioSection
      Parameter:
      bufferSize - output buffer size
    • getAudioBufferSize

      public int getAudioBufferSize()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the audio buffer size.
      Angegeben von:
      getAudioBufferSize in Schnittstelle IAudioSection
      Gibt zurück:
      size of the audio buffer
    • setAudioBufferSize

      public void setAudioBufferSize(int audioBufferSize)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the audio buffer size.
      Angegeben von:
      setAudioBufferSize in Schnittstelle IAudioSection
      Parameter:
      audioBufferSize - audio buffer size
    • isPlayOriginal

      public boolean isPlayOriginal()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Audio Driver: Compare with MP3 recording - do we play the recording?
      Angegeben von:
      isPlayOriginal in Schnittstelle IAudioSection
      Gibt zurück:
      play the recording
    • setPlayOriginal

      public void setPlayOriginal(boolean playOriginal)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Audio Driver: compare with MP3 recording - Setter to play the recorded tune.
      Angegeben von:
      setPlayOriginal in Schnittstelle IAudioSection
      Parameter:
      playOriginal - Play recorded (original) or emulated tune
    • getMp3

      public File getMp3()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Audio Driver: Compare with MP3 recording - Getter of the recorded tune file.
      Angegeben von:
      getMp3 in Schnittstelle IAudioSection
      Gibt zurück:
      the recorded tune file
    • setMp3

      public void setMp3(File recording)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Audio Driver: Compare with MP3 recording - Setter of the recorded tune file.
      Angegeben von:
      setMp3 in Schnittstelle IAudioSection
      Parameter:
      recording - the recorded tune file
    • getCbr

      public int getCbr()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Audio Driver: MP3 recording - Getter of the constant bit rate.
      Angegeben von:
      getCbr in Schnittstelle IAudioSection
      Gibt zurück:
      the constant bit rate
    • setCbr

      public void setCbr(int cbr)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Audio Driver: MP3 recording - Setter of the constant bit rate.
      Angegeben von:
      setCbr in Schnittstelle IAudioSection
      Parameter:
      cbr - constant bit rate
    • isVbr

      public boolean isVbr()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Audio Driver: MP3 recording - do we use variable bitrate instead of constant bitrate?
      Angegeben von:
      isVbr in Schnittstelle IAudioSection
      Gibt zurück:
      use variable bitrate
    • setVbr

      public void setVbr(boolean vbr)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Audio Driver: MP3 recording - use variable bitrate instead of constant bitrate.
      Angegeben von:
      setVbr in Schnittstelle IAudioSection
      Parameter:
      vbr - use variable bitrate
    • getVbrQuality

      public int getVbrQuality()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Audio Driver: MP3 recording - Getter of the variable bitrate quality.
      Angegeben von:
      getVbrQuality in Schnittstelle IAudioSection
      Gibt zurück:
      variable bitrate quality
    • setVbrQuality

      public void setVbrQuality(int vbrQuality)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Audio Driver: MP3 recording - Setter of the variable bitrate quality.
      Angegeben von:
      setVbrQuality in Schnittstelle IAudioSection
      Parameter:
      vbrQuality - variable bitrate quality
    • getAudioCoderBitRate

      public int getAudioCoderBitRate()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Video Driver: Getter of the bit-rate to use.
      Angegeben von:
      getAudioCoderBitRate in Schnittstelle IAudioSection
      Gibt zurück:
      bit-rate to use
    • setAudioCoderBitRate

      public void setAudioCoderBitRate(int bitRate)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Video Driver: Setter of the bit-rate to use.
      Angegeben von:
      setAudioCoderBitRate in Schnittstelle IAudioSection
      Parameter:
      bitRate - bit-rate to use
    • getAudioCoderBitRateTolerance

      public int getAudioCoderBitRateTolerance()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Video Driver: Getter of the bit-rate tolerance to use.
      Angegeben von:
      getAudioCoderBitRateTolerance in Schnittstelle IAudioSection
      Gibt zurück:
      bit-rate tolerance to use
    • setAudioCoderBitRateTolerance

      public void setAudioCoderBitRateTolerance(int bitRateTolerance)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Video Driver: Setter of the bit-rate tolerance to use.
      Angegeben von:
      setAudioCoderBitRateTolerance in Schnittstelle IAudioSection
      Parameter:
      bitRateTolerance - bit-rate tolerance to use.
    • getVideoStreamingUrl

      public String getVideoStreamingUrl()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Video Driver: Getter of the URL to receive live video stream.
      Angegeben von:
      getVideoStreamingUrl in Schnittstelle IAudioSection
      Gibt zurück:
      URL to receive live video stream
    • setVideoStreamingUrl

      public void setVideoStreamingUrl(String videoStreamingUrl)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Video Driver: Setter of the URL to receive live video stream.
      Angegeben von:
      setVideoStreamingUrl in Schnittstelle IAudioSection
      Parameter:
      videoStreamingUrl - URL to receive live video stream
    • getVideoCoderNumPicturesInGroupOfPictures

      public int getVideoCoderNumPicturesInGroupOfPictures()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Video Driver: Getter of the minimum number of frames between key-frames.
      Angegeben von:
      getVideoCoderNumPicturesInGroupOfPictures in Schnittstelle IAudioSection
      Gibt zurück:
      minimum number of frames between key-frames
    • setVideoCoderNumPicturesInGroupOfPictures

      public void setVideoCoderNumPicturesInGroupOfPictures(int numPicturesInGroupOfPictures)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Video Driver: Setter of the minimum number of frames between key-frames.
      Angegeben von:
      setVideoCoderNumPicturesInGroupOfPictures in Schnittstelle IAudioSection
      Parameter:
      numPicturesInGroupOfPictures - minimum number of frames between key-frames
    • getVideoCoderBitRate

      public int getVideoCoderBitRate()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Video Driver: Getter of the bit-rate to use.
      Angegeben von:
      getVideoCoderBitRate in Schnittstelle IAudioSection
      Gibt zurück:
      bit-rate to use
    • setVideoCoderBitRate

      public void setVideoCoderBitRate(int bitRate)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Video Driver: Setter of the bit-rate to use.
      Angegeben von:
      setVideoCoderBitRate in Schnittstelle IAudioSection
      Parameter:
      bitRate - bit-rate to use
    • getVideoCoderBitRateTolerance

      public int getVideoCoderBitRateTolerance()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Video Driver: Getter of the bit-rate tolerance to use.
      Angegeben von:
      getVideoCoderBitRateTolerance in Schnittstelle IAudioSection
      Gibt zurück:
      bit-rate tolerance to use
    • setVideoCoderBitRateTolerance

      public void setVideoCoderBitRateTolerance(int bitRateTolerance)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Video Driver: Setter of the bit-rate tolerance to use.
      Angegeben von:
      setVideoCoderBitRateTolerance in Schnittstelle IAudioSection
      Parameter:
      bitRateTolerance - bit-rate tolerance to use
    • getVideoCoderGlobalQuality

      public int getVideoCoderGlobalQuality()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Video Driver: Getter of the global quality setting this codec uses if a video picture doesn't have a quality set.
      Angegeben von:
      getVideoCoderGlobalQuality in Schnittstelle IAudioSection
      Gibt zurück:
      global quality setting this codec uses if a video picture doesn't have a quality set
    • setVideoCoderGlobalQuality

      public void setVideoCoderGlobalQuality(int globalQuality)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Video Driver: Setter of the global quality setting this codec uses if a video picture doesn't have a quality set.
      Angegeben von:
      setVideoCoderGlobalQuality in Schnittstelle IAudioSection
      Parameter:
      globalQuality - global quality setting this codec uses if a video picture doesn't have a quality set
    • getVideoCoderPreset

      public VideoCoderPreset getVideoCoderPreset()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Video Driver: Getter of the preset properties of a FFmpeg preset file
      Angegeben von:
      getVideoCoderPreset in Schnittstelle IAudioSection
      Gibt zurück:
      preset properties of a FFmpeg preset file
    • setVideoCoderPreset

      public void setVideoCoderPreset(VideoCoderPreset preset)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Video Driver: Setter of the name of the preset properties of a FFmpeg preset file.
      Angegeben von:
      setVideoCoderPreset in Schnittstelle IAudioSection
      Parameter:
      preset - preset properties of a FFmpeg preset file
    • getVideoCoderAudioDelay

      public int getVideoCoderAudioDelay()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Video Driver: Getter of the audio delay to sync audio and video. A positive value will delay the audio while a negative value will hasten the audio in the video.
      Angegeben von:
      getVideoCoderAudioDelay in Schnittstelle IAudioSection
      Gibt zurück:
      audio delay to sync audio and video
    • setVideoCoderAudioDelay

      public void setVideoCoderAudioDelay(int audioDelay)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Video Driver: Setter of the audio delay to sync audio and video. A positive value will delay the audio while a negative value will hasten the audio in the video.
      Angegeben von:
      setVideoCoderAudioDelay in Schnittstelle IAudioSection
      Parameter:
      audioDelay - audio delay to sync audio and video
    • getDelayBypass

      public boolean getDelayBypass()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the delay bypass setting
      Angegeben von:
      getDelayBypass in Schnittstelle IAudioSection
      Gibt zurück:
      delay bypass setting
    • setDelayBypass

      public void setDelayBypass(boolean delayBypass)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the delay bypass setting
      Angegeben von:
      setDelayBypass in Schnittstelle IAudioSection
      Parameter:
      delayBypass - delay bypass setting
    • getDelay

      public int getDelay()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the delay setting
      Angegeben von:
      getDelay in Schnittstelle IAudioSection
      Gibt zurück:
      delay setting
    • setDelay

      public void setDelay(int delay)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the delay setting
      Angegeben von:
      setDelay in Schnittstelle IAudioSection
      Parameter:
      delay - delay setting
    • getDelayWetLevel

      public int getDelayWetLevel()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the delay wet level setting
      Angegeben von:
      getDelayWetLevel in Schnittstelle IAudioSection
      Gibt zurück:
      delay wet level setting
    • setDelayWetLevel

      public void setDelayWetLevel(int delayWetLevel)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the delay wet level setting
      Angegeben von:
      setDelayWetLevel in Schnittstelle IAudioSection
      Parameter:
      delayWetLevel - delay wet level setting
    • getDelayDryLevel

      public int getDelayDryLevel()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the delay dry level setting
      Angegeben von:
      getDelayDryLevel in Schnittstelle IAudioSection
      Gibt zurück:
      delay dry level setting
    • setDelayDryLevel

      public void setDelayDryLevel(int delayDryLevel)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the delay dry level setting
      Angegeben von:
      setDelayDryLevel in Schnittstelle IAudioSection
      Parameter:
      delayDryLevel - delay dry level setting
    • getDelayFeedbackLevel

      public int getDelayFeedbackLevel()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the delay feedback level setting
      Angegeben von:
      getDelayFeedbackLevel in Schnittstelle IAudioSection
      Gibt zurück:
      delay feedback level setting
    • setDelayFeedbackLevel

      public void setDelayFeedbackLevel(int delayFeedbackLevel)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the delay feedback level setting
      Angegeben von:
      setDelayFeedbackLevel in Schnittstelle IAudioSection
      Parameter:
      delayFeedbackLevel - delay feedback level setting
    • getReverbBypass

      public boolean getReverbBypass()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the reverb bypass setting
      Angegeben von:
      getReverbBypass in Schnittstelle IAudioSection
      Gibt zurück:
      reverb bypass setting
    • setReverbBypass

      public void setReverbBypass(boolean reverbBypass)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the reverb bypass setting
      Angegeben von:
      setReverbBypass in Schnittstelle IAudioSection
      Parameter:
      reverbBypass - reverb bypass setting
    • getReverbComb1Delay

      public float getReverbComb1Delay()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the reverb comp1 delay setting
      Angegeben von:
      getReverbComb1Delay in Schnittstelle IAudioSection
      Gibt zurück:
      reverb comp1 delay setting
    • setReverbComb1Delay

      public void setReverbComb1Delay(float reverbComb1Delay)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the reverb comp1 delay setting
      Angegeben von:
      setReverbComb1Delay in Schnittstelle IAudioSection
      Parameter:
      reverbComb1Delay - reverb comp1 delay setting
    • getReverbComb2Delay

      public float getReverbComb2Delay()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the reverb comp2 delay setting
      Angegeben von:
      getReverbComb2Delay in Schnittstelle IAudioSection
      Gibt zurück:
      reverb comp2 delay setting
    • setReverbComb2Delay

      public void setReverbComb2Delay(float reverbComb2Delay)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the reverb comp2 delay setting
      Angegeben von:
      setReverbComb2Delay in Schnittstelle IAudioSection
      Parameter:
      reverbComb2Delay - reverb comp2 delay setting
    • getReverbComb3Delay

      public float getReverbComb3Delay()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the reverb comp3 delay setting
      Angegeben von:
      getReverbComb3Delay in Schnittstelle IAudioSection
      Gibt zurück:
      reverb comp3 delay setting
    • setReverbComb3Delay

      public void setReverbComb3Delay(float reverbComb3Delay)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the reverb comp3 delay setting
      Angegeben von:
      setReverbComb3Delay in Schnittstelle IAudioSection
      Parameter:
      reverbComb3Delay - reverb comp3 delay setting
    • getReverbComb4Delay

      public float getReverbComb4Delay()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the reverb comp4 delay setting
      Angegeben von:
      getReverbComb4Delay in Schnittstelle IAudioSection
      Gibt zurück:
      reverb comp4 delay setting
    • setReverbComb4Delay

      public void setReverbComb4Delay(float reverbComb4Delay)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the reverb comp4 delay setting
      Angegeben von:
      setReverbComb4Delay in Schnittstelle IAudioSection
      Parameter:
      reverbComb4Delay - reverb comp4 delay setting
    • getReverbAllPass1Delay

      public float getReverbAllPass1Delay()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the reverb all pass1 delay setting
      Angegeben von:
      getReverbAllPass1Delay in Schnittstelle IAudioSection
      Gibt zurück:
      reverb all pass1 delay setting
    • setReverbAllPass1Delay

      public void setReverbAllPass1Delay(float reverbAllPass1Delay)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the reverb all pass1 delay delay setting
      Angegeben von:
      setReverbAllPass1Delay in Schnittstelle IAudioSection
      Parameter:
      reverbAllPass1Delay - reverb all pass1 delay delay setting
    • getReverbAllPass2Delay

      public float getReverbAllPass2Delay()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the reverb all pass2 delay setting
      Angegeben von:
      getReverbAllPass2Delay in Schnittstelle IAudioSection
      Gibt zurück:
      reverb all pass2 delay setting
    • setReverbAllPass2Delay

      public void setReverbAllPass2Delay(float reverbAllPass2Delay)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the reverb all pass2 delay delay setting
      Angegeben von:
      setReverbAllPass2Delay in Schnittstelle IAudioSection
      Parameter:
      reverbAllPass2Delay - reverb all pass2 delay delay setting
    • getReverbSustainDelay

      public float getReverbSustainDelay()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the reverb sustain delay setting
      Angegeben von:
      getReverbSustainDelay in Schnittstelle IAudioSection
      Gibt zurück:
      reverb sustain delay setting
    • setReverbSustainDelay

      public void setReverbSustainDelay(float reverbSustainDelay)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the reverb sustain delay delay setting
      Angegeben von:
      setReverbSustainDelay in Schnittstelle IAudioSection
      Parameter:
      reverbSustainDelay - reverb sustain delay delay setting
    • getReverbDryWetMix

      public float getReverbDryWetMix()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the reverb dry wet mix setting
      Angegeben von:
      getReverbDryWetMix in Schnittstelle IAudioSection
      Gibt zurück:
      reverb dry wet mix setting
    • setReverbDryWetMix

      public void setReverbDryWetMix(float reverbDryWetMix)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the reverb dry wet mix setting
      Angegeben von:
      setReverbDryWetMix in Schnittstelle IAudioSection
      Parameter:
      reverbDryWetMix - reverb dry wet mix setting