We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi, I'm trying to record output device and do speech to text, it works with input device but not for output device with similar code
do you have examples of using output device for example to record wav?
my code is here just in case: https://github.com/louis030195/screen-pipe/blob/17c3a5b34d017ba45dc51da64aa60ccdd396151a/screenpipe-audio/src/core.rs#L83
my impl do like this:
if its an input device
use default host
use input config
use input stream
if its an output device
use output config
use output stream
right? or misunderstand something
The text was updated successfully, but these errors were encountered:
not sure how this relate to #894
Sorry, something went wrong.
this is how i do it: https://github.com/louis030195/screen-pipe/blob/9e0476a373326dfbeab455dbc729004470299f58/screenpipe-audio/src/core.rs#L93
make sure to be on same ref of cpal
No branches or pull requests
hi, I'm trying to record output device and do speech to text, it works with input device but not for output device with similar code
do you have examples of using output device for example to record wav?
my code is here just in case: https://github.com/louis030195/screen-pipe/blob/17c3a5b34d017ba45dc51da64aa60ccdd396151a/screenpipe-audio/src/core.rs#L83
my impl do like this:
if its an input device
use default host
use input config
use input stream
if its an output device
use default host
use output config
use output stream
right? or misunderstand something
The text was updated successfully, but these errors were encountered: