-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Voice support on Windows and macOS #10
Labels
enhancement
New feature or request
Comments
ruslang02
pushed a commit
that referenced
this issue
Oct 9, 2020
chore(deps): remove zlib-sync due to issues on Win32 types(pulseaudio2): make Context non-default
ruslang02
pushed a commit
that referenced
this issue
Jan 5, 2021
Refactored the entire voice subsystem, now with a generalized API. Added ffplay-static to handle playback on Windows and macOS. Added an option to specify additional ffmpeg args (filters etc.). Linux requires installed ffmpeg, static does not include pulse support. macOS compatibility not tested. Partially resolves issue #10.
why not use https://github.com/ran-j/mic6 |
@ran-j it uses ALSA recording solution which is pretty bad on Linux as it is application-exclusive and not controllable via PulseAudio. FFMPEG can do all the work for us so I guess we've settled on the library to use. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As of now, there is no support for voice channels in the client. Hopefully, it is possible to implement it.
Notes:
QAudioInput
,QAudioOutput
,QMediaPlayer
, etc.)The text was updated successfully, but these errors were encountered: