mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-04 08:30:39 +00:00
Fix speech2speech options (#2133)
This commit is contained in:
committed by
GitHub
parent
66cf679aab
commit
85c548d0d3
Vendored
-10
@@ -158,24 +158,14 @@ export interface Speech2SpeechOptions {
|
||||
file?: string | File | Blob;
|
||||
provider?: string;
|
||||
model?: string;
|
||||
modelId?: string;
|
||||
model_id?: string;
|
||||
voice?: string;
|
||||
voiceId?: string;
|
||||
voice_id?: string;
|
||||
output_format?: string;
|
||||
outputFormat?: string;
|
||||
voice_settings?: Record<string, unknown>;
|
||||
voiceSettings?: Record<string, unknown>;
|
||||
seed?: number;
|
||||
file_format?: string;
|
||||
fileFormat?: string;
|
||||
remove_background_noise?: boolean;
|
||||
removeBackgroundNoise?: boolean;
|
||||
optimize_streaming_latency?: number;
|
||||
optimizeStreamingLatency?: number;
|
||||
enable_logging?: boolean;
|
||||
enableLogging?: boolean;
|
||||
test_mode?: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user