Han-Bit Kang
Han-Bit Kang
I'm currently having UnrecognizedFormat errors too. Few second long mp3 sound effects. What's weird is that they're from a series of similar sound effects (like punch1.mp3 ~ punch7.mp3), but only...
Currently using hibitset version 0.6.1.
https://github.com/prixt/hibitset/blob/master/src/ops.rs 88c5d57f6156f999ade724f10efb8b27cc9d05b1 A band-aid fix. Basically created a separate 'is_empty' function for BitSetAnd. ``` #[inline] fn is_empty(&self) -> bool { self.iter().count() == 0 } ``` There probably is a better...
https://github.com/prixt/hibitset/blob/and_xor_assign/src/ops.rs b5d3b60abedcc3625fe59e564a39cfa6c9fce907 Tried to create new BitSetAnd and BitSetXor structs. While these do pass the tests, I think these won't work in all cases, since they internally use BitSet.
~Only bitand op and bitxor op need eager calculation.~ nvm, bitnot seems to need some adjustsments too.
If all operators need to create a new BitSetLike structure, and now need to be recalculated, why not just return a BitSet?
I think I got an idea where the problem is (probably webview). When the packs aren't loading, have you tried clicking on the application?
https://github.com/prixt/soundsense-rs/releases/tag/v1.4.3 Hi. Could you check if this fixed it? Thank you for your help.
does the sound still play when the volume sliders don't appear?
https://github.com/prixt/soundsense-rs/releases/tag/v1.4.4-alpha Ok, what about now?