Violin Pitch Helper 小提琴调音助手
使用flutter开发。
do {
try AVAudioSession.sharedInstance()
.setCategory(AVAudioSession.Category.playAndRecord, options: .mixWithOthers);
} catch {
print("error in setCategory");
}
##screenshot