xiqi / react-native-live-audio-stream

Get live audio stream data for React Native (works for iOS and Android)
MIT License
80 stars 33 forks source link

Configurable bufferSize #4

Closed thomasbrueggemann closed 3 years ago

thomasbrueggemann commented 3 years ago

What

Makes the bufferSize configurable as an option to pass from JS to native code.

Why

It is helpful in some scenarios, e.g. further processing of live audio, to adjust the buffer size to ones own desire

Breaking changes?

Since the new "bufferSize" option is optional and defaults to the previous values the change is non-breaking

thomasbrueggemann commented 3 years ago

Thanks for pushing it to npm already 👍