- Inheritance
-
- Object
- PlatformInterface
- AudioKitPlatform
- Implementers
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
-
fadeAudio({required String path, int? fadeIn, int? fadeOut, String? outputPath})
→ Future<bool>
-
-
getAllAudioFromDevice()
→ Future<List<Audio>>
-
-
getDownloadsDirectory()
→ Future<String?>
-
-
getPlatformVersion()
→ Future<String?>
-
-
mergeMultipleAudio({required String audioList, String? outputPath})
→ Future<bool>
-
-
mixMultipleAudio({required String audioList, required String delayList, String? outputPath})
→ Future<bool>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
trimAudio({required String path, required String name, int? cutRight, int? cutLeft, String? outputPath})
→ Future<bool>
-