a gui that sends and receives ggwave data in python. #87
denizsincar29
started this conversation in
Show and tell
Replies: 4 comments 4 replies
|
@ggerganov Maybe you could add this to third party examples? |
4 replies
|
@ggerganov can you test my gui app and see why my app doesn't recognize monotonic payload length 16 even if I sent a command: /p 11 16, which meens protocol 11 (mt fastest), length 16.? |
0 replies
|
Also @ggerganov please fix ggwave to install correctly to python 3.11 issue #89 or everytime I need to do it with python 3.10. |
0 replies
|
Hey guys, here's an update. I've redone my ggwave data over sound repo, and it's now using CLI again, because I've been exhausted with this gui library. Also I completely remove file sharing and want to reimplement it. Here's my idea:
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
hello guys. Long ago I made a repository https://github.com/denizsincar29/data_over_sound
it is a simple, screenreader accessible gui ggwave sender and receiver. I made it because the ios waver is not accessible with voiceover screenreader for blind people.
take and play, hope you enjoyed.
to do:
choosing input and output devices via gui, don't know how to beautifully do it.
improve the file sending protocol, currently it is the most basic one.
please guys if you find it interesting, feel free to pullrequest. especially with beautifying the gui. i'm blind, I don't see the gui. I just navigate with a screenreader.
Thank you.
All reactions