murf 2.0.1__tar.gz → 2.0.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of murf might be problematic. Click here for more details.
- {murf-2.0.1 → murf-2.0.2}/PKG-INFO +1 -1
- {murf-2.0.1 → murf-2.0.2}/pyproject.toml +1 -1
- {murf-2.0.1 → murf-2.0.2}/src/murf/core/client_wrapper.py +1 -1
- {murf-2.0.1 → murf-2.0.2}/src/murf/text_to_speech/client.py +10 -0
- {murf-2.0.1 → murf-2.0.2}/LICENSE +0 -0
- {murf-2.0.1 → murf-2.0.2}/README.md +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/__init__.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/auth/__init__.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/auth/client.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/base_client.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/client.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/core/__init__.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/core/api_error.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/core/datetime_utils.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/core/file.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/core/http_client.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/core/jsonable_encoder.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/core/pydantic_utilities.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/core/query_encoder.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/core/remove_none_from_dict.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/core/request_options.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/core/serialization.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/core/unchecked_base_model.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/dubbing/__init__.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/dubbing/client.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/dubbing/jobs/__init__.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/dubbing/jobs/client.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/dubbing/jobs/types/__init__.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/dubbing/jobs/types/jobs_create_request_priority.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/dubbing/jobs/types/jobs_create_with_project_id_request_priority.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/dubbing/languages/__init__.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/dubbing/languages/client.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/dubbing/projects/__init__.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/dubbing/projects/client.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/dubbing/projects/types/__init__.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/dubbing/projects/types/api_create_project_request_dubbing_type.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/dubbing_client.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/environment.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/errors/__init__.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/errors/bad_request_error.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/errors/forbidden_error.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/errors/internal_server_error.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/errors/payment_required_error.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/errors/service_unavailable_error.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/errors/unauthorized_error.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/py.typed +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/stream_input/__init__.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/stream_input/types/__init__.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/stream_input/types/receive_message.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/stream_input/types/send_message.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/text/__init__.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/text/client.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/text_to_speech/__init__.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/text_to_speech/types/__init__.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/text_to_speech/types/generate_speech_request_model_version.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/types/__init__.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/types/api_job_response.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/types/api_job_response_dubbing_type.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/types/api_job_response_priority.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/types/api_project_response.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/types/api_project_response_dubbing_type.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/types/api_voice.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/types/api_voice_gender.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/types/audio_output.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/types/auth_token_response.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/types/character_count.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/types/clear_context.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/types/dub_api_detail_response.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/types/dub_job_status_response.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/types/final_output.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/types/form_data_content_disposition.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/types/generate_speech_response.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/types/group_api_project_response.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/types/locale_response.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/types/locale_response_supports_item.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/types/metadata.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/types/murf_api_translation_response.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/types/pronunciation_detail.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/types/pronunciation_detail_type.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/types/send_text.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/types/send_text_voice_config.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/types/send_text_voice_config_pronunciation_dictionary_value.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/types/send_text_voice_config_pronunciation_dictionary_value_type.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/types/set_advanced_settings.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/types/set_voice_configuration_or_initialize_context.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/types/set_voice_configuration_or_initialize_context_voice_config.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/types/set_voice_configuration_or_initialize_context_voice_config_pronunciation_dictionary_value.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/types/set_voice_configuration_or_initialize_context_voice_config_pronunciation_dictionary_value_type.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/types/source_locale_response.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/types/speech_to_speech_response.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/types/style_details.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/types/translation.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/types/tts_request_both_payload.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/types/tts_request_both_payload_voice_config.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/types/tts_request_both_payload_voice_config_pronunciation_dictionary.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/types/tts_request_both_payload_voice_config_pronunciation_dictionary_guess.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/types/word_duration_response.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/utils.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/version.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/voice_changer/__init__.py +0 -0
- {murf-2.0.1 → murf-2.0.2}/src/murf/voice_changer/client.py +0 -0
|
@@ -23,7 +23,7 @@ class BaseClientWrapper:
|
|
|
23
23
|
headers: typing.Dict[str, str] = {
|
|
24
24
|
"X-Fern-Language": "Python",
|
|
25
25
|
"X-Fern-SDK-Name": "murf",
|
|
26
|
-
"X-Fern-SDK-Version": "2.0.
|
|
26
|
+
"X-Fern-SDK-Version": "2.0.2",
|
|
27
27
|
}
|
|
28
28
|
if self._api_key is not None:
|
|
29
29
|
headers["api-key"] = self._api_key
|
|
@@ -34,6 +34,7 @@ class TextToSpeechClient:
|
|
|
34
34
|
audio_duration: typing.Optional[float] = OMIT,
|
|
35
35
|
channel_type: typing.Optional[str] = OMIT,
|
|
36
36
|
encode_as_base_64: typing.Optional[bool] = OMIT,
|
|
37
|
+
encoded_as_base_64_with_zero_retention: typing.Optional[bool] = OMIT,
|
|
37
38
|
format: typing.Optional[str] = OMIT,
|
|
38
39
|
model_version: typing.Optional[GenerateSpeechRequestModelVersion] = OMIT,
|
|
39
40
|
multi_native_locale: typing.Optional[str] = OMIT,
|
|
@@ -66,6 +67,9 @@ class TextToSpeechClient:
|
|
|
66
67
|
encode_as_base_64 : typing.Optional[bool]
|
|
67
68
|
Set to true to receive audio in response as a Base64 encoded string instead of a url.
|
|
68
69
|
|
|
70
|
+
encoded_as_base_64_with_zero_retention : typing.Optional[bool]
|
|
71
|
+
Set to true to receive audio in response as a Base64 encoded string with zero data retention
|
|
72
|
+
|
|
69
73
|
format : typing.Optional[str]
|
|
70
74
|
Format of the generated audio file. Valid values: MP3, WAV, FLAC, ALAW, ULAW, PCM, OGG
|
|
71
75
|
|
|
@@ -129,6 +133,7 @@ class TextToSpeechClient:
|
|
|
129
133
|
"audioDuration": audio_duration,
|
|
130
134
|
"channelType": channel_type,
|
|
131
135
|
"encodeAsBase64": encode_as_base_64,
|
|
136
|
+
"encodedAsBase64WithZeroRetention": encoded_as_base_64_with_zero_retention,
|
|
132
137
|
"format": format,
|
|
133
138
|
"modelVersion": model_version,
|
|
134
139
|
"multiNativeLocale": multi_native_locale,
|
|
@@ -484,6 +489,7 @@ class AsyncTextToSpeechClient:
|
|
|
484
489
|
audio_duration: typing.Optional[float] = OMIT,
|
|
485
490
|
channel_type: typing.Optional[str] = OMIT,
|
|
486
491
|
encode_as_base_64: typing.Optional[bool] = OMIT,
|
|
492
|
+
encoded_as_base_64_with_zero_retention: typing.Optional[bool] = OMIT,
|
|
487
493
|
format: typing.Optional[str] = OMIT,
|
|
488
494
|
model_version: typing.Optional[GenerateSpeechRequestModelVersion] = OMIT,
|
|
489
495
|
multi_native_locale: typing.Optional[str] = OMIT,
|
|
@@ -516,6 +522,9 @@ class AsyncTextToSpeechClient:
|
|
|
516
522
|
encode_as_base_64 : typing.Optional[bool]
|
|
517
523
|
Set to true to receive audio in response as a Base64 encoded string instead of a url.
|
|
518
524
|
|
|
525
|
+
encoded_as_base_64_with_zero_retention : typing.Optional[bool]
|
|
526
|
+
Set to true to receive audio in response as a Base64 encoded string with zero data retention
|
|
527
|
+
|
|
519
528
|
format : typing.Optional[str]
|
|
520
529
|
Format of the generated audio file. Valid values: MP3, WAV, FLAC, ALAW, ULAW, PCM, OGG
|
|
521
530
|
|
|
@@ -587,6 +596,7 @@ class AsyncTextToSpeechClient:
|
|
|
587
596
|
"audioDuration": audio_duration,
|
|
588
597
|
"channelType": channel_type,
|
|
589
598
|
"encodeAsBase64": encode_as_base_64,
|
|
599
|
+
"encodedAsBase64WithZeroRetention": encoded_as_base_64_with_zero_retention,
|
|
590
600
|
"format": format,
|
|
591
601
|
"modelVersion": model_version,
|
|
592
602
|
"multiNativeLocale": multi_native_locale,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{murf-2.0.1 → murf-2.0.2}/src/murf/dubbing/projects/types/api_create_project_request_dubbing_type.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{murf-2.0.1 → murf-2.0.2}/src/murf/text_to_speech/types/generate_speech_request_model_version.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{murf-2.0.1 → murf-2.0.2}/src/murf/types/send_text_voice_config_pronunciation_dictionary_value.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|