Class AVAudioUnitDelay

  • All Implemented Interfaces:
    NSObject

    public class AVAudioUnitDelay
    extends AVAudioUnitEffect
    AVAudioUnitDelay an AVAudioUnitEffect that implements a delay effect A delay unit delays the input signal by the specified time interval and then blends it with the input signal. The amount of high frequency roll-off can also be controlled in order to simulate the effect of a tape delay.
    • Constructor Detail

      • AVAudioUnitDelay

        protected AVAudioUnitDelay​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • accessInstanceVariablesDirectly

        public static boolean accessInstanceVariablesDirectly()
      • allocWithZone

        public static java.lang.Object allocWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
      • automaticallyNotifiesObserversForKey

        public static boolean automaticallyNotifiesObserversForKey​(java.lang.String key)
      • cancelPreviousPerformRequestsWithTarget

        public static void cancelPreviousPerformRequestsWithTarget​(java.lang.Object aTarget)
      • cancelPreviousPerformRequestsWithTargetSelectorObject

        public static void cancelPreviousPerformRequestsWithTargetSelectorObject​(java.lang.Object aTarget,
                                                                                 org.moe.natj.objc.SEL aSelector,
                                                                                 java.lang.Object anArgument)
      • classFallbacksForKeyedArchiver

        public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
      • classForKeyedUnarchiver

        public static org.moe.natj.objc.Class classForKeyedUnarchiver()
      • debugDescription_static

        public static java.lang.String debugDescription_static()
      • description_static

        public static java.lang.String description_static()
      • hash_static

        public static long hash_static()
      • instanceMethodSignatureForSelector

        public static NSMethodSignature instanceMethodSignatureForSelector​(org.moe.natj.objc.SEL aSelector)
      • instancesRespondToSelector

        public static boolean instancesRespondToSelector​(org.moe.natj.objc.SEL aSelector)
      • isSubclassOfClass

        public static boolean isSubclassOfClass​(org.moe.natj.objc.Class aClass)
      • keyPathsForValuesAffectingValueForKey

        public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey​(java.lang.String key)
      • new_objc

        public static java.lang.Object new_objc()
      • resolveClassMethod

        public static boolean resolveClassMethod​(org.moe.natj.objc.SEL sel)
      • resolveInstanceMethod

        public static boolean resolveInstanceMethod​(org.moe.natj.objc.SEL sel)
      • setVersion_static

        public static void setVersion_static​(long aVersion)
      • superclass_static

        public static org.moe.natj.objc.Class superclass_static()
      • version_static

        public static long version_static()
      • delayTime

        public double delayTime()
        [@property] delayTime Time taken by the delayed input signal to reach the output Range: 0 -> 2 Default: 1 Unit: Seconds
      • feedback

        public float feedback()
        [@property] feedback Amount of the output signal fed back into the delay line Range: -100 -> 100 Default: 50 Unit: Percent
      • initWithAudioComponentDescription

        public AVAudioUnitDelay initWithAudioComponentDescription​(AudioComponentDescription audioComponentDescription)
        Description copied from class: AVAudioUnitEffect
        initWithAudioComponentDescription: Create an AVAudioUnitEffect object. The componentType must be one of these types kAudioUnitType_Effect kAudioUnitType_MusicEffect kAudioUnitType_Panner kAudioUnitType_RemoteEffect kAudioUnitType_RemoteMusicEffect
        Overrides:
        initWithAudioComponentDescription in class AVAudioUnitEffect
        Parameters:
        audioComponentDescription - AudioComponentDescription of the audio unit to be instantiated.
      • lowPassCutoff

        public float lowPassCutoff()
        [@property] lowPassCutoff Cutoff frequency above which high frequency content is rolled off Range: 10 -> (samplerate/2) Default: 15000 Unit: Hertz
      • setDelayTime

        public void setDelayTime​(double value)
        [@property] delayTime Time taken by the delayed input signal to reach the output Range: 0 -> 2 Default: 1 Unit: Seconds
      • setFeedback

        public void setFeedback​(float value)
        [@property] feedback Amount of the output signal fed back into the delay line Range: -100 -> 100 Default: 50 Unit: Percent
      • setLowPassCutoff

        public void setLowPassCutoff​(float value)
        [@property] lowPassCutoff Cutoff frequency above which high frequency content is rolled off Range: 10 -> (samplerate/2) Default: 15000 Unit: Hertz
      • setWetDryMix

        public void setWetDryMix​(float value)
        [@property] wetDryMix Blend of the wet and dry signals Range: 0 (all dry) -> 100 (all wet) Default: 100 Unit: Percent
      • wetDryMix

        public float wetDryMix()
        [@property] wetDryMix Blend of the wet and dry signals Range: 0 (all dry) -> 100 (all wet) Default: 100 Unit: Percent