Closed soesujith closed 3 years ago
Can the LiveAudioStream.init(options) take bufferSize as an input? Currently the buffer size i get after conversion by Buffer.from(data, 'base64') is 2048. I would like to get a size of 4096.
Is that possible? Thank you in advance
@sbsujith I had the same need and created a PR to allow just that: #4
@thomasbrueggemann Thanks for the PR! And my apologies for forgetting about this issue for a long time!
Can the LiveAudioStream.init(options) take bufferSize as an input? Currently the buffer size i get after conversion by Buffer.from(data, 'base64') is 2048. I would like to get a size of 4096.
Is that possible? Thank you in advance