Hallo Markus,
ja du könntest Recht damit haben.
Die Header sehen nach Objective-C aus.
Was mir da nur aufstösst sind die eventuell speziellen SWIFT-Klassen:
Delphi-Quellcode:
SWIFT_CLASS("_TtC8AudioKit13AKAudioPlayer")
@interface AKAudioPlayer : AKNode <AKToggleable>
@property (nonatomic, strong) AVAudioPCMBuffer * _Nullable audioFileBuffer;
/// Will be triggered when AKAudioPlayer has finished to play.
/// (will not as long as loop is on)
@property (nonatomic, copy) void (^ _Nullable completionHandler)(void);
/// Boolean indicating whether or not to loop the playback (Default false)
@property (nonatomic) BOOL looping;
/// Boolean indicating to play the buffer in reverse
@property (nonatomic) BOOL reversed;
/// Fade in duration
@property (nonatomic) double fadeInTime;
Ich werde es einfach mal ausprobieren, dankesehr.
Rollo