GeneralAudioBase constructor
GeneralAudioBase({
Implementation
GeneralAudioBase({
String? sharedLibraryPath,
}) {
this.sharedLibraryPath = sharedLibraryPath ?? defaultSharedLibraryPath();
}
GeneralAudioBase({
String? sharedLibraryPath,
}) {
this.sharedLibraryPath = sharedLibraryPath ?? defaultSharedLibraryPath();
}