juananime / react-native-audiowaveform

Audio waveform renderer for React Native
261 stars 94 forks source link

Add earpiece prop to allow switching between loudspeaker and earpiece #59

Closed geraintwhite closed 4 years ago

geraintwhite commented 4 years ago

Adds a new prop earpiece to allow switching the audio stream between earpiece and loudspeaker.

I have used this in my app along with react-native-proximity to achieve a proximity sensor based toggle similar to WhatsApp's voice messages.

juananime commented 4 years ago

Thanks!