Generate SRT from audio (#341)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// UTType.swift
|
||||
// YPlayer
|
||||
//
|
||||
// Created by knight on 2023/7/7.
|
||||
//
|
||||
|
||||
import UniformTypeIdentifiers
|
||||
|
||||
extension UTType {
|
||||
static var srt: UTType {
|
||||
UTType(exportedAs: "com.k2.srt")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user