Package-level declarations

Types

Link copied to clipboard
interface AudioEngine
Link copied to clipboard
class AudioTour @Inject constructor(context: Context, serviceConnection: SoundscapeServiceConnection)
Link copied to clipboard
@DaggerGenerated
@Generated(value = "dagger.internal.codegen.ComponentProcessor", comments = "https://dagger.dev")
class AudioTour_Factory : Factory<T>
@DaggerGenerated
@Generated(value = "dagger.internal.codegen.ComponentProcessor", comments = "https://dagger.dev")
class AudioTour_Factory : Factory<T>
@DaggerGenerated
@Generated(value = "dagger.internal.codegen.ComponentProcessor", comments = "https://dagger.dev")
class AudioTour_Factory : Factory<T>
Link copied to clipboard
data class AudioTourInstruction(val text: String)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Singleton
class NativeAudioEngine @Inject constructor(val service: SoundscapeService? = null) : AudioEngine
Link copied to clipboard
@DaggerGenerated
@Generated(value = "dagger.internal.codegen.ComponentProcessor", comments = "https://dagger.dev")
class NativeAudioEngine_Factory : Factory<T>
@DaggerGenerated
@Generated(value = "dagger.internal.codegen.ComponentProcessor", comments = "https://dagger.dev")
class NativeAudioEngine_Factory : Factory<T>
@DaggerGenerated
@Generated(value = "dagger.internal.codegen.ComponentProcessor", comments = "https://dagger.dev")
class NativeAudioEngine_Factory : Factory<T>
Link copied to clipboard
Link copied to clipboard
class TtsEngine(val audioEngine: NativeAudioEngine, val engineLabelAndName: String?) : TextToSpeech.OnInitListener