punarinta / react-native-sound-level

A package to dynamically measure sound input level in React Native applications. Can be used to help user to adjust microphone sensitivity.
MIT License
79 stars 45 forks source link

iOS - Use of undeclared identifier 'samplingRate'; did you mean 'sampleRate'? #33

Open mattlewer opened 1 year ago

mattlewer commented 1 year ago

App fails to build with xCode giving this error: Screenshot 2023-07-27 at 12 43 44

rafael-vitor commented 1 year ago

Same. Xcode 14.3.1 react-native 0.65.3

@mattlewer did you manage to find a solution?

mattlewer commented 1 year ago

I unfortunately didn't, I have switched to using expo-av which has similar functionality https://docs.expo.dev/versions/latest/sdk/audio/#constants

isMeteringEnabled

alaingoldman commented 10 months ago

Any update on this?