@ghinwa/ghinwa-rn-audio-session-manager
v0.0.13
Published
Component allowing for manipulation of audio session. In particular, it allows for changing audio session category and IO buffer duration.
Downloads
9
Readme
Installation
- Copy
ghinwa-rn-audio-session-manager
directory to your project. - Add
"ghinwa-rn-audio-session-manager": "0.0.3"
to thepackage.json
file. - Run
npm install
command. - Open
.xcodeproj
file of your main Xcode project. In the Project Navigator, select your main project and expand it. - Drag
AudioSessionManager.xcodeproj
to your main project. Dragged project should look in the following way: - Drag
libAudioSessionManager.a
to the Link Binary With Libraries build phase of your main project as on the attached screenshot. - Enjoy using
ghinwa-rn-audio-session-manager
!