Apply default effect to room noise
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user