Closed Poikilos closed 2 months ago
Hey, thanks for the pull request!
Before I merge it, I would like to ask a few questions because I'm too well versed in this.
Firstly, are you on linux? I don't have a linux machine right now and am unable to test pyvidplayer2 there. If so, how was the experience? Did everything work properly?
Second, why did you make a custom logger instead of using the default warnings logger?
And lastly, I'm still confused about the features you've added. Can you explain a little bit more what pulse is?
Again, thanks for your contribution. I would love to collaborate!
Ok, I've made an issue to answer the questions so the information is not lost. I added "Fix #35" to the PR name so it will be closed if this is merged. I hope this helps.
preferred_device_names
in PyaudioHandler docstring)separate_wave
in PyaudioHandler docstring).audio_devices
list of device info dictionaries (such as for programs to select the audio output themselves by changingpreferred_device_names
to one of the names).Tasks:
preferred_device_names
?)