cartesia 2.0.8__tar.gz → 2.0.11__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 cartesia might be problematic. Click here for more details.
- {cartesia-2.0.8 → cartesia-2.0.11}/PKG-INFO +2 -1
- {cartesia-2.0.8 → cartesia-2.0.11}/README.md +1 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/pyproject.toml +1 -1
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/core/client_wrapper.py +1 -1
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/infill/client.py +2 -2
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/_async_websocket.py +1 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/requests/mp_3_output_format.py +4 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/requests/raw_output_format.py +4 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/requests/sse_output_format.py +3 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/requests/web_socket_raw_output_format.py +3 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/types/mp_3_output_format.py +5 -1
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/types/raw_output_format.py +6 -2
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/types/sse_output_format.py +5 -2
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/types/web_socket_raw_output_format.py +5 -2
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voice_changer/client.py +2 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/LICENSE +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/__init__.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/api_status/__init__.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/api_status/client.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/api_status/requests/__init__.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/api_status/requests/api_info.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/api_status/types/__init__.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/api_status/types/api_info.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/auth/__init__.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/auth/client.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/auth/requests/__init__.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/auth/requests/token_grant.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/auth/requests/token_request.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/auth/requests/token_response.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/auth/types/__init__.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/auth/types/token_grant.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/auth/types/token_request.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/auth/types/token_response.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/base_client.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/client.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/core/__init__.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/core/api_error.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/core/datetime_utils.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/core/file.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/core/http_client.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/core/jsonable_encoder.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/core/pagination.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/core/pydantic_utilities.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/core/query_encoder.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/core/remove_none_from_dict.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/core/request_options.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/core/serialization.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/datasets/__init__.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/datasets/requests/__init__.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/datasets/requests/create_dataset_request.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/datasets/requests/dataset.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/datasets/requests/dataset_file.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/datasets/requests/paginated_dataset_files.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/datasets/requests/paginated_datasets.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/datasets/types/__init__.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/datasets/types/create_dataset_request.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/datasets/types/dataset.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/datasets/types/dataset_file.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/datasets/types/file_purpose.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/datasets/types/paginated_dataset_files.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/datasets/types/paginated_datasets.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/embedding/__init__.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/embedding/types/__init__.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/embedding/types/embedding.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/environment.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/infill/__init__.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/py.typed +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/stt/__init__.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/stt/_async_websocket.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/stt/_websocket.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/stt/client.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/stt/requests/__init__.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/stt/requests/done_message.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/stt/requests/error_message.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/stt/requests/flush_done_message.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/stt/requests/streaming_transcription_response.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/stt/requests/transcript_message.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/stt/requests/transcription_response.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/stt/requests/transcription_word.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/stt/socket_client.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/stt/types/__init__.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/stt/types/done_message.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/stt/types/error_message.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/stt/types/flush_done_message.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/stt/types/streaming_transcription_response.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/stt/types/stt_encoding.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/stt/types/timestamp_granularity.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/stt/types/transcript_message.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/stt/types/transcription_response.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/stt/types/transcription_word.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/__init__.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/_websocket.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/client.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/requests/__init__.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/requests/cancel_context_request.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/requests/controls.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/requests/generation_request.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/requests/output_format.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/requests/phoneme_timestamps.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/requests/speed.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/requests/tts_request.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/requests/tts_request_embedding_specifier.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/requests/tts_request_id_specifier.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/requests/tts_request_voice_specifier.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/requests/ttssse_request.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/requests/wav_output_format.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/requests/web_socket_base_response.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/requests/web_socket_chunk_response.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/requests/web_socket_done_response.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/requests/web_socket_error_response.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/requests/web_socket_flush_done_response.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/requests/web_socket_phoneme_timestamps_response.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/requests/web_socket_request.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/requests/web_socket_response.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/requests/web_socket_stream_options.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/requests/web_socket_timestamps_response.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/requests/web_socket_tts_output.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/requests/web_socket_tts_request.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/requests/word_timestamps.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/socket_client.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/types/__init__.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/types/cancel_context_request.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/types/context_id.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/types/controls.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/types/emotion.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/types/flush_id.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/types/generation_request.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/types/model_speed.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/types/natural_specifier.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/types/numerical_specifier.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/types/output_format.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/types/phoneme_timestamps.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/types/raw_encoding.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/types/speed.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/types/supported_language.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/types/tts_request.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/types/tts_request_embedding_specifier.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/types/tts_request_id_specifier.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/types/tts_request_voice_specifier.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/types/ttssse_request.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/types/wav_output_format.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/types/web_socket_base_response.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/types/web_socket_chunk_response.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/types/web_socket_done_response.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/types/web_socket_error_response.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/types/web_socket_flush_done_response.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/types/web_socket_phoneme_timestamps_response.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/types/web_socket_request.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/types/web_socket_response.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/types/web_socket_stream_options.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/types/web_socket_timestamps_response.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/types/web_socket_tts_output.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/types/web_socket_tts_request.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/types/word_timestamps.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/utils/constants.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/utils/tts.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/utils/types.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/version.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voice_changer/__init__.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voice_changer/requests/__init__.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voice_changer/requests/streaming_response.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voice_changer/types/__init__.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voice_changer/types/output_format_container.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voice_changer/types/streaming_response.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voices/__init__.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voices/client.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voices/requests/__init__.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voices/requests/create_voice_request.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voices/requests/embedding_response.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voices/requests/embedding_specifier.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voices/requests/get_voices_response.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voices/requests/id_specifier.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voices/requests/localize_dialect.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voices/requests/localize_voice_request.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voices/requests/mix_voice_specifier.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voices/requests/mix_voices_request.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voices/requests/update_voice_request.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voices/requests/voice.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voices/requests/voice_metadata.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voices/types/__init__.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voices/types/base_voice_id.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voices/types/clone_mode.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voices/types/create_voice_request.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voices/types/embedding_response.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voices/types/embedding_specifier.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voices/types/gender.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voices/types/gender_presentation.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voices/types/get_voices_response.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voices/types/id_specifier.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voices/types/localize_dialect.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voices/types/localize_english_dialect.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voices/types/localize_french_dialect.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voices/types/localize_portuguese_dialect.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voices/types/localize_spanish_dialect.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voices/types/localize_target_language.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voices/types/localize_voice_request.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voices/types/mix_voice_specifier.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voices/types/mix_voices_request.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voices/types/update_voice_request.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voices/types/voice.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voices/types/voice_expand_options.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voices/types/voice_id.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voices/types/voice_metadata.py +0 -0
- {cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voices/types/weight.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cartesia
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.11
|
|
4
4
|
Summary:
|
|
5
5
|
Requires-Python: >=3.8,<4.0
|
|
6
6
|
Classifier: Intended Audience :: Developers
|
|
@@ -545,6 +545,7 @@ async def main():
|
|
|
545
545
|
all_ends.extend(out.word_timestamps.end) # End time for each word (seconds)
|
|
546
546
|
|
|
547
547
|
await ws.close()
|
|
548
|
+
await client.close()
|
|
548
549
|
|
|
549
550
|
asyncio.run(main())
|
|
550
551
|
```
|
|
@@ -16,7 +16,7 @@ class BaseClientWrapper:
|
|
|
16
16
|
headers: typing.Dict[str, str] = {
|
|
17
17
|
"X-Fern-Language": "Python",
|
|
18
18
|
"X-Fern-SDK-Name": "cartesia",
|
|
19
|
-
"X-Fern-SDK-Version": "2.0.
|
|
19
|
+
"X-Fern-SDK-Version": "2.0.11",
|
|
20
20
|
}
|
|
21
21
|
headers["X-API-Key"] = self.api_key
|
|
22
22
|
headers["Cartesia-Version"] = "2024-11-13"
|
|
@@ -78,7 +78,7 @@ class InfillClient:
|
|
|
78
78
|
The format of the output audio
|
|
79
79
|
|
|
80
80
|
output_format_sample_rate : int
|
|
81
|
-
The sample rate of the output audio
|
|
81
|
+
The sample rate of the output audio in Hz. Supported sample rates are 8000, 16000, 22050, 24000, 44100, 48000.
|
|
82
82
|
|
|
83
83
|
output_format_encoding : typing.Optional[RawEncoding]
|
|
84
84
|
Required for `raw` and `wav` containers.
|
|
@@ -221,7 +221,7 @@ class AsyncInfillClient:
|
|
|
221
221
|
The format of the output audio
|
|
222
222
|
|
|
223
223
|
output_format_sample_rate : int
|
|
224
|
-
The sample rate of the output audio
|
|
224
|
+
The sample rate of the output audio in Hz. Supported sample rates are 8000, 16000, 22050, 24000, 44100, 48000.
|
|
225
225
|
|
|
226
226
|
output_format_encoding : typing.Optional[RawEncoding]
|
|
227
227
|
Required for `raw` and `wav` containers.
|
|
@@ -5,6 +5,10 @@ import typing_extensions
|
|
|
5
5
|
|
|
6
6
|
class Mp3OutputFormatParams(typing_extensions.TypedDict):
|
|
7
7
|
sample_rate: int
|
|
8
|
+
"""
|
|
9
|
+
The sample rate of the audio in Hz. Supported sample rates are 8000, 16000, 22050, 24000, 44100, 48000.
|
|
10
|
+
"""
|
|
11
|
+
|
|
8
12
|
bit_rate: int
|
|
9
13
|
"""
|
|
10
14
|
The bit rate of the audio in bits per second. Supported bit rates are 32000, 64000, 96000, 128000, 192000.
|
|
@@ -8,4 +8,8 @@ import typing_extensions
|
|
|
8
8
|
class RawOutputFormatParams(typing_extensions.TypedDict):
|
|
9
9
|
encoding: RawEncoding
|
|
10
10
|
sample_rate: int
|
|
11
|
+
"""
|
|
12
|
+
The sample rate of the audio in Hz. Supported sample rates are 8000, 16000, 22050, 24000, 44100, 48000.
|
|
13
|
+
"""
|
|
14
|
+
|
|
11
15
|
bit_rate: typing_extensions.NotRequired[int]
|
|
@@ -7,7 +7,11 @@ import typing
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
class Mp3OutputFormat(UniversalBaseModel):
|
|
10
|
-
sample_rate: int
|
|
10
|
+
sample_rate: int = pydantic.Field()
|
|
11
|
+
"""
|
|
12
|
+
The sample rate of the audio in Hz. Supported sample rates are 8000, 16000, 22050, 24000, 44100, 48000.
|
|
13
|
+
"""
|
|
14
|
+
|
|
11
15
|
bit_rate: int = pydantic.Field()
|
|
12
16
|
"""
|
|
13
17
|
The bit rate of the audio in bits per second. Supported bit rates are 32000, 64000, 96000, 128000, 192000.
|
|
@@ -2,14 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
from ...core.pydantic_utilities import UniversalBaseModel
|
|
4
4
|
from .raw_encoding import RawEncoding
|
|
5
|
+
import pydantic
|
|
5
6
|
import typing
|
|
6
7
|
from ...core.pydantic_utilities import IS_PYDANTIC_V2
|
|
7
|
-
import pydantic
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
class RawOutputFormat(UniversalBaseModel):
|
|
11
11
|
encoding: RawEncoding
|
|
12
|
-
sample_rate: int
|
|
12
|
+
sample_rate: int = pydantic.Field()
|
|
13
|
+
"""
|
|
14
|
+
The sample rate of the audio in Hz. Supported sample rates are 8000, 16000, 22050, 24000, 44100, 48000.
|
|
15
|
+
"""
|
|
16
|
+
|
|
13
17
|
bit_rate: typing.Optional[int] = None
|
|
14
18
|
|
|
15
19
|
if IS_PYDANTIC_V2:
|
|
@@ -3,14 +3,17 @@
|
|
|
3
3
|
from ...core.pydantic_utilities import UniversalBaseModel
|
|
4
4
|
import typing
|
|
5
5
|
from .raw_encoding import RawEncoding
|
|
6
|
-
from ...core.pydantic_utilities import IS_PYDANTIC_V2
|
|
7
6
|
import pydantic
|
|
7
|
+
from ...core.pydantic_utilities import IS_PYDANTIC_V2
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
class SseOutputFormat(UniversalBaseModel):
|
|
11
11
|
container: typing.Literal["raw"] = "raw"
|
|
12
12
|
encoding: RawEncoding
|
|
13
|
-
sample_rate: int
|
|
13
|
+
sample_rate: int = pydantic.Field()
|
|
14
|
+
"""
|
|
15
|
+
The sample rate of the audio in Hz. Supported sample rates are 8000, 16000, 22050, 24000, 44100, 48000.
|
|
16
|
+
"""
|
|
14
17
|
|
|
15
18
|
if IS_PYDANTIC_V2:
|
|
16
19
|
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
@@ -3,14 +3,17 @@
|
|
|
3
3
|
from ...core.pydantic_utilities import UniversalBaseModel
|
|
4
4
|
import typing
|
|
5
5
|
from .raw_encoding import RawEncoding
|
|
6
|
-
from ...core.pydantic_utilities import IS_PYDANTIC_V2
|
|
7
6
|
import pydantic
|
|
7
|
+
from ...core.pydantic_utilities import IS_PYDANTIC_V2
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
class WebSocketRawOutputFormat(UniversalBaseModel):
|
|
11
11
|
container: typing.Literal["raw"] = "raw"
|
|
12
12
|
encoding: RawEncoding
|
|
13
|
-
sample_rate: int
|
|
13
|
+
sample_rate: int = pydantic.Field()
|
|
14
|
+
"""
|
|
15
|
+
The sample rate of the audio in Hz. Supported sample rates are 8000, 16000, 22050, 24000, 44100, 48000.
|
|
16
|
+
"""
|
|
14
17
|
|
|
15
18
|
if IS_PYDANTIC_V2:
|
|
16
19
|
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
@@ -47,6 +47,7 @@ class VoiceChangerClient:
|
|
|
47
47
|
output_format_container : OutputFormatContainer
|
|
48
48
|
|
|
49
49
|
output_format_sample_rate : int
|
|
50
|
+
The sample rate of the output audio in Hz. Supported sample rates are 8000, 16000, 22050, 24000, 44100, 48000.
|
|
50
51
|
|
|
51
52
|
output_format_encoding : typing.Optional[RawEncoding]
|
|
52
53
|
Required for `raw` and `wav` containers.
|
|
@@ -224,6 +225,7 @@ class AsyncVoiceChangerClient:
|
|
|
224
225
|
output_format_container : OutputFormatContainer
|
|
225
226
|
|
|
226
227
|
output_format_sample_rate : int
|
|
228
|
+
The sample rate of the output audio in Hz. Supported sample rates are 8000, 16000, 22050, 24000, 44100, 48000.
|
|
227
229
|
|
|
228
230
|
output_format_encoding : typing.Optional[RawEncoding]
|
|
229
231
|
Required for `raw` and `wav` containers.
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/datasets/requests/paginated_dataset_files.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
|
{cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/stt/requests/streaming_transcription_response.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
|
{cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/stt/types/streaming_transcription_response.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
|
{cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/requests/tts_request_embedding_specifier.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
|
{cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/requests/web_socket_flush_done_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/requests/web_socket_timestamps_response.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
|
{cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/types/tts_request_embedding_specifier.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
|
{cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/tts/types/web_socket_phoneme_timestamps_response.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
|
{cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voice_changer/requests/streaming_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{cartesia-2.0.8 → cartesia-2.0.11}/src/cartesia/voice_changer/types/output_format_container.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
|
|
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
|