Apply default effect to room noise

This commit is contained in:
2019-07-17 23:13:39 +01:00
parent adeb42070d
commit 9619fd574e
11 changed files with 48 additions and 10 deletions
@@ -2106,6 +2106,8 @@ public class AudiobookRecorder extends JFrame {
if (roomNoise == null) return null;
roomNoise.setEffectChain(defaultEffectChain);
int len = roomNoise.getSampleSize();
if (len == 0) return null;