Prajwal Vandana

Results 29 comments of Prajwal Vandana

I'm not a contributor, but the feature you requested is not built in, as far as I know. You could try something like this: ```py import threading import time from...

How about having them as (probably keyword-only) arguments in the `load_file` method? Another option would be to have two new methods, `set_fade_in` and `set_fade_out` ... but it would have to...

Hi Gabe, Yeah, I need to look into this ... if you don't mind me asking, do you have any idea how I can do that? I only own a...

Hey @graphixillusion, just wanted to lyk I'm working on this right now. Turns out the reason the prebuilt wheel didn't work for you is because you are using Windows 11,...

Hey @graphixillusion, found a cool replacement for `just_playback`: https://github.com/irmen/pyminiaudio will port over audio playback to this package, which doesn’t seem to have the same cumbersome build tool requirements for Windows...

Hey @graphixillusion, I looked deeper into this and porting the playback code to pyminiaudio is too daunting a task for me, and after some digging it doesn't seem like it'll...

hey @graphixillusion, I have a windows installer for maestro available now! Will be available as a release soon, im still working on the dev branch right now, but i've attached...

Do you mean the direct executable instead of an installer? If so, here it is: https://github.com/PrajwalVandana/maestro-cli/actions/runs/10116171397/artifacts/1745133528 But it has a maestro.exe and a _internal folder with dependencies when unzipped

Any issues with startup speed/performance in general? Also there are a lot more features in this dev version (e.g. listen-along streaming with the `-S` flag to `maestro play`) that aren't...

Yeah, my friends had that issue as well ... unfortunately I don't have a Windows device to test on so I wasn't able to figure out why On my Mac...