Stephen Cooper
Stephen Cooper
I used brew to install the prerequisites, and the UI comes up nicely, or I am able to use the command line. However, I never get the output "Playing audio...
Update: found the discord.log. The following error is in it: ``` 2021-08-30 18:09:21,189:DEBUG:discord.gateway: Sending voice websocket frame: {'op': 5, 'd': {'speaking': 1, 'delay': 0}}. 2021-08-30 18:09:21,189:DEBUG:discord.gateway: Sending voice websocket frame:...
if this helps, I have version 1.3.1 of opus installed.
Reducing the samplerate from 48000 to 48 gets rid of the invalid argument error, but now no error is output and it still doesn't output audio.
Just found the DAP_error.log file. Here's what happens with the sample rate set to 48 (not surprising - including only to contrast with the next error) ``` File "/opt/homebrew/lib/python3.9/site-packages/sounddevice.py", line...
Running on an Intel Mac, I don't get that error, I instead get this error: ``` ||PaMacCore (AUHAL)|| Error on line 1277: err='-66748', msg=Unknown Error Exception in voice thread Thread-3...
``` 2021-09-02 22:01:03 Error on change_device Traceback (most recent call last): File "/Users/stephen/git/discord-audio-pipe/gui.py", line 142, in change_device self.stream.change_device(selection) File "/Users/stephen/git/discord-audio-pipe/sound.py", line 28, in change_device self.stream = sd.RawInputStream(device=num) File "/usr/local/lib/python3.9/site-packages/sounddevice.py", line...
Awesome! I got that to work on my Intel Mac. However, on my M1 Mac, I still get the Illegal Argument exception from the sample rate. Not sure what sample...
Seems to work just fine in Catalina. Just ctrl-click and select "Open" from the pop-up. I think that all that's needed is to take the existing code and sign it...
I second the vote for CSV format. proposed format: year nr, month nr, day nr, note name, visible to players,html in quotes Of course, intercalenary stuff screws with that format....