我正在尝试更改/处理录制的声音。我的目标是将声音设置为特定的值,以提高或降低声音的音高。
我目前正在使用react-native-sound:
Id Type UserId Time Search Id
1 Rental 1 15:35 3
2 Search 2 15:34
3 Search 1 15:33
4 Search 1 15:32
除了此MR,我没有发现其他有用的东西:https://github.com/zmxv/react-native-sound/pull/466/files 而且这只是Android系统,甚至不是主系统。 谁能指出我正确的方向(也许仍然类似于Swift的AVAudioEngine)?