0

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?

Osman
  • 1,496
  • 18
  • 22

1 Answers1

0

You can present an audio recording view controller with:

[WKInterfaceController presentAudioRecorderControllerWithOutputURL:preset:options:completion:]

However the user has to manually hit start and stop.

Rhythmic Fistman
  • 34,352
  • 5
  • 87
  • 159