diff --git a/src/crunker.ts b/src/crunker.ts index 8670591..8c56307 100644 --- a/src/crunker.ts +++ b/src/crunker.ts @@ -40,7 +40,7 @@ export default class Crunker { * If `sampleRate` is not defined, it will auto-select an appropriate sample rate * for the device being used. */ - constructor({ sampleRate, concurrentNetworkRequests }: Partial = {}) { + constructor({ sampleRate, concurrentNetworkRequests = 200 }: Partial = {}) { this._context = this._createContext(sampleRate); sampleRate ||= this._context.sampleRate;