I tried to create a own class but the Classes for the input node aren't available in watchos3.
I tried with AVAudioPlayerNode but it haves error.
have somebody any suggestion how to record the microphone Buffer in watchos3?
I tried to create a own class but the Classes for the input node aren't available in watchos3.
I tried with AVAudioPlayerNode but it haves error.
have somebody any suggestion how to record the microphone Buffer in watchos3?
You can present an audio recording view controller with:
[WKInterfaceController presentAudioRecorderControllerWithOutputURL:preset:options:completion:]
However the user has to manually hit start and stop.