Post

Replies

Boosts

Views

Activity

Comment on How to save video asynchronously?
classe SayTest: NSObject { // … init(texts: Stringh) { // … DispatchQueue.global().async { do { try self.nextText(texts) msgErro("Video created.") } catch { // … } } } func nextTexto(_ textos: [String]) throws { // … let assetWriter = try AVAssetWriter(outputURL: url, fileType: .mp4) // … assetWriter.finishWriting { switch assetWriter.status { case .completed: msgRelatos("Operation completed.") UISaveVideoAtPathToSavedPhotosAlbum(url.path, nil, nil, nil) case .failed: // … } } } }
Jan ’24
Comment on Xcode 15.3 only compiles runnable apps on my iPhone.
I discovered the error. As I am deaf, blind, and in a wheelchair, the problem is that VoiceOver is turning off by itself whenever I try to open an APP that I transferred to my iPhone via XCode, either via a USB cable or network. Need help. Without VoiceOver, I can't use the iPhone to program it.
Replies
Boosts
Views
Activity
May ’24
Comment on How to save video asynchronously?
classe SayTest: NSObject { // … init(texts: Stringh) { // … DispatchQueue.global().async { do { try self.nextText(texts) msgErro("Video created.") } catch { // … } } } func nextTexto(_ textos: [String]) throws { // … let assetWriter = try AVAssetWriter(outputURL: url, fileType: .mp4) // … assetWriter.finishWriting { switch assetWriter.status { case .completed: msgRelatos("Operation completed.") UISaveVideoAtPathToSavedPhotosAlbum(url.path, nil, nil, nil) case .failed: // … } } } }
Replies
Boosts
Views
Activity
Jan ’24
Comment on How to Make Personal Voice Recording in My Languag
Hello, so could you send me the 150 phrases over here so I can file them and ask someone or some artificial intelligence to help me with the pronunciations to transcribe the way to pronounce? Give me all the phrases from the personal voice training here, if possible. Thank you very much!
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’23