mlindner

Results 17 issues of mlindner

Are you happy with the recent changes to homebrew with the elimination of optional dependencies? I know you've apparently left the project, but just wondering on the thoughts of the...

answered

Every few seconds I get an audio pop. Increasing the audio buffer has no effect. When I enable the debug output with ctrl+F9 the audio buffer never goes down.

audio

Description ----------- Antigen defaults to the wrong root dir. It should not default to ~/.antigen but should instead default to ~/.config/antigen. This is as specified in the wiki https://github.com/zsh-users/antigen/wiki/Configuration

Fixes #207 This fixes a audio distortion bug caused by float rounding errors and by the sinewave frequency not matching the frequency of the driver.

https://docs.rs/sample/0.10.0/sample/ https://github.com/RustAudio/sample The common traits int his crate seem like they would be helpful for making several tasks more straight forward.

This is one of the two issues found in #201. With the fix in #202 what still occurs is when the input sinewave is 48000 (the default) and the automatically...

This is one of the two issues found in https://github.com/tomaka/rodio/issues/201. There's random noise that creeps in as the float32 shifts exponent sizes as shown in the image below. The image...

Suggested supported waves: - [ ] Sine Wave - [ ] Square wave - [ ] Triangle wave - [ ] Sawtooth wave

Rodio should expose the format selection to the user so they can force a specific CPAL format so they can select a specific output format beyond just the default one....

The function play_raw, as it's name implies, should reject playing any source which has a different sample rate/channels than the selected device because it would cause audio distortion because of...