-
Notifications
You must be signed in to change notification settings - Fork 132
Open
Description
Can someone show a short example how to run this from Python? I want to use this from Python script - function send and recv respectivelly ?
from amodem import config
from amodem import audio
from amodem import main
configuaration = config.Configuration()
interface = audio.Interface(configuration)
audio_library = "../../libportaudio64bit.dll"
interface.load(audio_library)
#src =
#dst =
main.send(config, src, dst, gain=1.0, extra_silence=0.0)
Metadata
Metadata
Assignees
Labels
No labels