Skip to content

Instantly share code, notes, and snippets.

View Libranner's full-sized avatar

Libranner Libranner

View GitHub Profile
@Libranner
Libranner / synth.swift
Created June 12, 2020 13:05
AVSpeechSynthesizer + SwiftUI
import SwiftUI
import AVFoundation
struct ContentView: View {
var synthVM = SynthViewModel()
var body: some View {
VStack {
Text("This is Office Hours")