Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Sources/FluidAudio/ModelNames.swift
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ public enum ModelNames {
public static let fbank = "FBank"
public static let embedding = "Embedding"
public static let pldaRho = "PldaRho"
public static let pldaParameters = "plda-parameters.json"

public static let segmentationFile = segmentation + ".mlmodelc"
public static let fbankFile = fbank + ".mlmodelc"
Expand All @@ -182,6 +183,7 @@ public enum ModelNames {
fbankPath,
embeddingPath,
pldaRhoPath,
pldaParameters,
]
}

Expand Down
Loading