Audio steganography services with a cli client

Hello, community!

I've created a audio steganography services with a cli client as my capstone project.

Any feedback on the code would be super helpful. Thank you for your time and attention!

Available audio file formats

Format CLI code Version Implemented
WAV (16-bits samples) wav16 ^0.0.1 WAV16

Available services

Architecture CLI code Directory API
REST rest /rest_service Swagger
gRPC grpc /grpc_service Proto file
1 Like