|
public func eventCallback(_: BFRecorderManager, asrResult: String, audioFilePath: String) {
|
|
public func eventCallback(_: BFRecorderManager, asrResult: String, audioFilePath: String) {
|
|
let noiseFilePath = audioFilePath.replacingOccurrences(of: ".pcm", with: "_noise.wav")
|
|
let noiseFilePath = audioFilePath.replacingOccurrences(of: ".pcm", with: "_noise.wav")
|