We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 775528a commit bfce99aCopy full SHA for bfce99a
packages/react-native-audio-api/ios/audioapi/ios/core/IOSAudioRecorder.h
@@ -18,8 +18,7 @@ class IOSAudioRecorder : public AudioRecorder {
18
IOSAudioRecorder(
19
float sampleRate,
20
int bufferLength,
21
- const std::shared_ptr<AudioEventHandlerRegistry>
22
- &audioEventHandlerRegistry);
+ const std::shared_ptr<AudioEventHandlerRegistry> &audioEventHandlerRegistry);
23
24
~IOSAudioRecorder() override;
25
0 commit comments