-
Notifications
You must be signed in to change notification settings - Fork 245
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
Error opening stream #388
Comments
Did you follow the instructions on how to capture audio on macos on the
readme?
What's your portaudio source name? Does it match the device name?
…On Thu, 1 Oct 2020 at 04:43, Sean ***@***.***> wrote:
Hey Karl, I am getting an error: failure in opening stream (ffffd8f2), on
macOS.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#388>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABVFMYENYY5JWGO6NTZ4Y7TSIPUEXANCNFSM4R72UP3A>
.
|
Hey Karl, I tried to—though having trouble with the config.c file. Not sure
exactly where to place:
Method = portaudio
Source = “Soundflower (2 Ch)”
Tried searching through the file but I’m very new to C!
…On Thu, Oct 1, 2020 at 7:03 AM karl ***@***.***> wrote:
Did you follow the instructions on how to capture audio on macos on the
readme?
What's your portaudio source name? Does it match the device name?
On Thu, 1 Oct 2020 at 04:43, Sean ***@***.***> wrote:
>
>
> Hey Karl, I am getting an error: failure in opening stream (ffffd8f2), on
> macOS.
>
>
>
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#388>, or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/ABVFMYENYY5JWGO6NTZ4Y7TSIPUEXANCNFSM4R72UP3A
>
> .
>
>
>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#388 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIUQBORUUQWIVYDJLQCDCGTSIQLRRANCNFSM4R72UP3A>
.
|
config.c is not the config file, it's just the part of the program that reads the config file, it probably should be named something else. the config file is just a plain text (ini) file. read more about configuration in the readme: |
Hi Karl, I am also facing the same issue. Os: macOS Monterey 12.3.1 config-file location: $HOME/.config/cava The sound flower is working as expected and was checked with the recipe mentioned for macOS configuration. |
try the solution from #428: |
The default config file is most likely somewhere else then ~/.config/cava |
If the Privacy settings "Allow kitty to access microphone" dialog doesn't pop up it's going to the same issue again I guess. After building it from the source and installing it using the instructions specified in cava.rb , the os decided to pop up the dialog box. I did try to manually do this before posting the error today. Thanks a lot for visualiser Karl, I am onestep closer in finishing the ric3. Output: The visualiser is working as expected. Thanks again ! |
Hey Karl, I am getting an error: failure in opening stream (ffffd8f2), on macOS.
The text was updated successfully, but these errors were encountered: