Skip to content

Initializing "NetworkInterface" echos sound without send or receive #24

@dstechs

Description

@dstechs

Intialialize (onCreate())

initFrameTransmissionConfig();
initNetwork();
 private void initFrameTransmissionConfig() throws Exception {
        transmitterConfig = new FrameTransmitterConfig(
                this,
                "audible-7k-channel-0");
        receiverConfig = new FrameReceiverConfig(
                this,
                "audible-7k-channel-0");

        conf = new NetworkInterfaceConfig(
                receiverConfig,
                transmitterConfig);
    }
private void initNetwork() throws Exception {
       intf = new NetworkInterface(conf);
}

once I call initNetwork() sound transmittion plays audio for min 3 times
Please check video for more clarification
issue_video.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions