DanTremonti
DanTremonti
Try executing `pip install git+https://github.com/parlance/ctcdecode`
Thank you for the quick response! Will wait for the fix.
Hi, I'm still waiting for updates on this issue. It has been almost 5 months and this issue is blocking us from upgrading **PyTorch Lightning** `v1.6.0` to `v1.7.7` in our...
Thanks for the fix!
Hi, is there any available workaround to suppress this message? I'm facing the same issue as @Epiphero - >Trying to use this for augmentation leaves me with millions of these...
I wrote an audio in `gsm` format using ``` torchaudio.backend.sox_io_backend.save( filepath="audio.gsm", src=signal, sample_rate=8000, channels_first=True, format="gsm", ) ``` Both `torchaudio.info` and `StreamReader.get_src_stream_info` return **num_frames=0**.
Hi, I am storing the embed file relative to the logseq folder in the same location across various machines. It would really help if relative path usage is supported, as...
In case of applying stationary **noise reduce** effect to an offline (non-realtime) audio signal (mono), I'm losing speech clarity. Higher values of `n_std_thresh_stationary` started dampening the speech (kind of a...
@yujie-tao I faced the same issue and found a workaround to reduce this effect. By streaming audio as **chunks with overlap**, I was able to reduce this effect significantly. One...
Hi, will this RIR simulation support adding an audio signal to the source? Something like, ```py room.add_source([1.,1.], signal=signal) ``` For reference: [pyroomacoustics documentation](https://pyroomacoustics.readthedocs.io/en/pypi-release/pyroomacoustics.room.html#pyroomacoustics.room.Room.add_source)