Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
23 views

I am searchig in wachtos3 a replacement for the inputNode to safe Audiobuffer into a file

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 ...
Osman's user avatar
  • 1,566
1 vote
1 answer
160 views

Using AVFoundation on watchos3 to fetching the Raw Data(Float Data)of the Microphone(Audio Input)

in iOS Application i do this with the following code inputNode = audioEngine.inputNode let bus = 0 inputNode!.installTap(onBus: bus, bufferSize: 2048, format: inputNode!.inputFormat(...
Osman's user avatar
  • 1,566
1 vote
0 answers
129 views

Error with audioEngine.start() in interfacecontroller on Watchos3

in the init method i use audioEngine = AVAudioEngine() to init my audioEngine and then after button "record" is click i start my engine.. audioEngine.prepare() do{ try audioEngine....
Osman's user avatar
  • 1,566
0 votes
2 answers
449 views

Error while Recording Audio on watch-os-3

I wanted to record my Audio on Applewatch and send to my iPhone. I created a URL to store the file and everytime I try this on my simulator it is working fine but on real device nothing happes with ...
Osman's user avatar
  • 1,566
1 vote
1 answer
303 views

Error with AVFoundation on Xcode8 with watchos3

I have a error to import "AVFoundation" on Xcode8 in my Class "class InterfaceController: WKInterfaceController". What is the reason ? , I updated my Xcode and have now Watchos3,swift3 and Xcode8! ...
Osman's user avatar
  • 1,566