This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Subject to change... | |
let allLocalesMap = [ | |
"en-US": "English - United States", | |
"ar-SA": "Arabic - Saudi Arabia", | |
"ca-ES": "Catalan - Spain", | |
"zh-CN": "Chinese - China", | |
"zh-HK": "Chinese - Hong Kong", | |
"zh-TW": "Chinese - Taiwan", | |
"hr-HR": "Croatian - Croatia", | |
"cs-CZ": "Czech - Czech Republic", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Foundation | |
import Foundation | |
import AVFoundation | |
class AudioSplitter { | |
var filePrepend: String = "file://" | |
var fileSeparator: Character = "." | |
var fileSplitAppend: String = "-split-" | |