Skip to content
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

Startup error #14

Closed
orhun opened this issue Mar 17, 2023 · 2 comments
Closed

Startup error #14

orhun opened this issue Mar 17, 2023 · 2 comments

Comments

@orhun
Copy link

orhun commented Mar 17, 2023

Hey!

I'm getting the following error on glicol-cli launch:

capture

Then my terminal gets corrupted.

It points to this line (131):

glicol-cli/src/main.rs

Lines 127 to 133 in c5f6493

match config.sample_format() {
// ... other sample formats ...
cpal::SampleFormat::F32 => run_audio::<f32>(&device, &config.into(),
ptr_rb_left_clone, ptr_rb_right_clone, index_clone, path),
_ => unimplemented!(),
}
});

Not sure why it happens but is it related to my audio device? Any help is appreciated.

P.S. I'm using test.glicol from this repository.

@chaosprint
Copy link
Member

chaosprint commented Mar 17, 2023

Should be fixed with the latest commit:

1bf5176

Do you manage to get the sound working?

@orhun
Copy link
Author

orhun commented Mar 18, 2023

Yup, works really well! Thanks. 🐻

@orhun orhun closed this as completed Mar 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants