You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Christian, this is wonderful. I look forward to learning how we can train differentiable audio effects using your system.
For now I'm just going through the demo notebook, and after the text that reads
"We will apply our processing on the guitar signal from before in the exact same way, except this time we will call the process() method of the channel. Before we apply the processing with the default settings, let's change the equaliser and compressor (by default they will do no processing)."
...there are two code blocks, followed by two audio samples. The second audio clip is silent for me. Is that to be expected? I'm also noticing silence for the second clips in the pairs of audio clips accompanying the Panner, the Delay, and the Reverb.
Perhaps I should mention, I see the following warning somewhat regularly; not sure what its consequences are:
> /home/shawley/env_pymix/lib/python3.8/site-packages/pymixconsole/processors/convreverb.py:88: WavFileWarning: Chunk (non-data) not understood, skipping it.
sr, h = wavfile.read(filename) # load the audio file for correct impulse response
The text was updated successfully, but these errors were encountered:
Hey Scott. This works for me when loading the notebook into Google colab. I have noticed inconsistent behavior with how the audio gets rendered in the notebook when using colab vs. local. I am not sure of the exact cause. I would try loading this notebook in colab though to see if you get the same results.
The warning message that you see does show for me as well, but that should not impact the results. Thanks for checking out the repo.
Christian, this is wonderful. I look forward to learning how we can train differentiable audio effects using your system.
For now I'm just going through the demo notebook, and after the text that reads
...there are two code blocks, followed by two audio samples. The second audio clip is silent for me. Is that to be expected? I'm also noticing silence for the second clips in the pairs of audio clips accompanying the Panner, the Delay, and the Reverb.
Perhaps I should mention, I see the following warning somewhat regularly; not sure what its consequences are:
The text was updated successfully, but these errors were encountered: