See: Description
Interface | Description |
---|---|
SoniTalkDecoder.MessageListener |
Interface defining the callbacks to implement in order to receive messages from a SoniTalk Decoder.
|
SoniTalkDecoder.SpectrumListener |
Interface defining the callbacks to implement in order to receive the spectrum of received messages.
|
SoniTalkPermissionsResultReceiver.Receiver |
Receiver interface for classes that should listen for callbacks from SoniTalk.
|
Class | Description |
---|---|
PermissionLevelDialogActivity |
Activity for the different permission levels.
|
PermissionLevelDialogActivity.PermissionLevelDialogFragment |
Contains the alert dialog for the permission levels.
|
PermissionRequestDialogActivity |
Activity for the decision on one permission level.
|
PermissionRequestDialogActivity.PermissionRequestDialogFragment |
Contains the alert dialog for the permission levels.
|
SoniTalkConfig |
Configuration, or profile, used to transmit data.
|
SoniTalkContext |
Allows to create objects of the Encoder, Decoder and Sender.
|
SoniTalkDecoder |
Handles the capture of audio, the detection of messages and their decoding.
|
SoniTalkEncoder |
Encodes the forwarded byte array and uses a SignalGenerator to get the raw
audio data.
|
SoniTalkMessage |
Wrapper class for messages (received or to be sent).
|
SoniTalkPermissionsResultReceiver |
Receiver interface for classes that should listen for callbacks from SoniTalk.
|
SoniTalkSender |
Handles the sendjob and playing of the actual audiotrack.
|