Enosjeba
Results
2
issues of
Enosjeba
**Describe the bug** I postponed the timer and It froze my start and from there it started messing notifications and whole of Taskbar **To Reproduce** Steps to reproduce the behavior:...
`def display_audio(pm: pretty_midi.PrettyMIDI, seconds=30): waveform = pm.fluidsynth(fs=sampling_rate) waveform_short = waveform[:seconds*sampling_rate] return display.Audio(waveform_short, rate=sampling_rate)` This is the Code, I installed fluidsynth by `pip install --upgrade pyfluidsynth`