donmor
donmor
更:16已破 另外投票解析不出来啊,[请更新到贴吧App最新版本查看投票模块]
Sorry for be inactive (I'm busy at work). I have this rebased here (#2461 ). I'm not sure if `cirrus.yml` is still necessary, so I'll leave this open but remove...
BTW is there any package manager other than choco in windows env of github workflow?
I think the crackling occurrs when the core sends data slower than sample rate, causing 0 filled in the interval. Also, since the condition of cores is not expectable, using...
Here' how mine work: write() convert and put samples into paBuf and push paPtr ahead, and blocks the core if it goes too fast, preventing the not-played data in paBuf...
Hmm.. Hey, maybe we can just turn off blocking in write() when it is fast-forwarding, instead of returning size and letting it muted. And volume may be reduced when fast-forwarding.
Weird enough... Only right channel is played even though PA stream opened with 2 channels. I'll go to stackoverflow
Okay finally it is stereo now :-)
BTW I want to know if the patch will pass ci/cd now :-)
It seems that github workflow env has no audio device, causing the failure 'cause portaudio works with audio hardware. We have to do something to the tests