We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd5395d commit d96c30bCopy full SHA for d96c30b
1 file changed
tests/rtc/test_mixer.py
@@ -42,7 +42,6 @@ async def test_mixer_two_sine_waves():
42
43
mixed_signal = np.concatenate(mixed_signals)
44
45
-
46
# Use FFT to analyze frequency components.
47
fft = np.fft.rfft(mixed_signal)
48
freqs = np.fft.rfftfreq(len(mixed_signal), 1 / SAMPLE_RATE)
0 commit comments