jar

io.github.c0urante : kafka-connect-sound

Maven & Gradle

Sep 20, 2023
7 stars

Kafka Connect Sound · Kafka Connect connectors for reading data from a microphone into Kafka and writing data from Kafka to speakers.

Table Of Contents

Latest Version

Download io.github.c0urante : kafka-connect-sound JAR file - Latest Versions:

All Versions

Download io.github.c0urante : kafka-connect-sound JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window kafka-connect-sound-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.c0urante.kafka.connect.sound.version

├─ com.github.c0urante.kafka.connect.sound.version.Version.class - [JAR]

com.github.c0urante.kafka.connect.sound.sink

├─ com.github.c0urante.kafka.connect.sound.sink.AudioWriteThread.class - [JAR]

├─ com.github.c0urante.kafka.connect.sound.sink.Speakers.class - [JAR]

├─ com.github.c0urante.kafka.connect.sound.sink.SpeakersSinkTask.class - [JAR]

com.github.c0urante.kafka.connect.sound.util

├─ com.github.c0urante.kafka.connect.sound.util.ConnectorThread.class - [JAR]

├─ com.github.c0urante.kafka.connect.sound.util.LoggingContext.class - [JAR]

com.github.c0urante.kafka.connect.sound

├─ com.github.c0urante.kafka.connect.sound.AudioConfig.class - [JAR]

├─ com.github.c0urante.kafka.connect.sound.MicrophoneSourceConnector.class - [JAR]

├─ com.github.c0urante.kafka.connect.sound.MicrophoneSourceConnectorConfig.class - [JAR]

├─ com.github.c0urante.kafka.connect.sound.SpeakersSinkConnector.class - [JAR]

├─ com.github.c0urante.kafka.connect.sound.SpeakersSinkConnectorConfig.class - [JAR]

com.github.c0urante.kafka.connect.sound.source

├─ com.github.c0urante.kafka.connect.sound.source.AudioReadThread.class - [JAR]

├─ com.github.c0urante.kafka.connect.sound.source.Microphone.class - [JAR]

├─ com.github.c0urante.kafka.connect.sound.source.MicrophoneSourceTask.class - [JAR]

├─ com.github.c0urante.kafka.connect.sound.source.TimestampedSamples.class - [JAR]

Advertisement