Skip to content

Instantly share code, notes, and snippets.

View cyrmax's full-sized avatar

Kirill Belousov cyrmax

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")
@kamiyaowl
kamiyaowl / Program.cs
Last active September 8, 2022 18:53
C# + OpenTK.Audio.OpenAL sample
using OpenTK;
using OpenTK.Audio.OpenAL;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApplication4 {
class Program {