Skip to content

Commit c87c136

Browse files
committed
More samples
1 parent 74358b3 commit c87c136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chrome/player/ui/audio/OutputConvolver.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {AbstractAudioModule} from './AbstractAudioModule.mjs';
77
import {AudioConvolverControl} from './config/AudioConvolverControl.mjs';
88
import {CHANNEL_NAMES, MAX_AUDIO_CHANNELS} from './config/AudioProfile.mjs';
99

10-
const IMPULSE_LENGTH = 2048;
10+
const IMPULSE_LENGTH = 4096; // max length of impulse response in samples
1111

1212
export class OutputConvolver extends AbstractAudioModule {
1313
constructor(configManager) {

0 commit comments

Comments
 (0)