kbasaran
kbasaran
When zero-phase is activated for filtering and _sosfiltfilt is used, the applied order is double the argument 'order'. https://github.com/python-acoustics/python-acoustics/blob/fbc87454422c41e1a39e282d7680126a6d8014dd/acoustics/signal.py#L1127
``` import numpy as np import sounddevice as sd import matplotlib.pyplot as plt plt.rcParams["figure.dpi"] = 150 class SoundEngine(): def __init__(self): self.FS = sd.query_devices( device=sd.default.device, kind='output', )["default_samplerate"] self.start_stream() self.test_beep() def start_stream(self):...
I was able to extract the Windows installer into a folder and run the executable to use Helm; while running the installer required admin rights which I do not have...
Below the error messages in terminal: ``` $ tidal-hifi /usr/share/libdrm/amdgpu.ids: No such file or directory amdgpu: unknown (family_id, chip_external_rev): (143, 60) [105211:0830/193035.305711:ERROR:wayland_connection.cc(193)] Failed to connect to Wayland display: No such...
Hello, I use 200% display scaling on my screen and I see that Tidal window is not rendered at the correct resolution. I add a screenshot to show the difference...
## Description The option to show the 'feels like' temperature in the panel instead of the 'actual temperature' would have been a nice addition. Usually I only check the latter...