Skip to content

Instantly share code, notes, and snippets.

View shams-ahmed's full-sized avatar
🌞

Shams Ahmed shams-ahmed

🌞
View GitHub Profile
@shams-ahmed
shams-ahmed / SymblAI.swift
Created March 31, 2021 20:40
Symbl.ai: SymblAI class
//
// SymblAI.swift
// APIExample
//
// Created by Shams Ahmed on 29/03/2021.
// Copyright © 2021 Agora Corp. All rights reserved.
//
import Foundation
import Combine
@shams-ahmed
shams-ahmed / Audio.swift
Last active April 25, 2022 09:38
Symbl.ai: Audio class
//
// Audio.swift
// APIExample
//
// Created by Shams Ahmed on 29/03/2021.
// Copyright © 2021 Agora Corp. All rights reserved.
//
import CoreAudio
import AVKit