speechmarkdown-rust 0.4.8__tar.gz → 0.4.10__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.
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/Cargo.toml +6 -1
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/PKG-INFO +1 -1
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/Package.swift +2 -2
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/bindings/dotnet/SpeechMarkdown.nuspec +1 -1
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/bindings/python/Cargo.lock +28 -12
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/bindings/python/Cargo.toml +1 -1
- speechmarkdown_rust-0.4.10/bindings/python/dist/speechmarkdown_rust-0.4.10-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/pyproject.toml +1 -1
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/src/formatters/ssml/base.rs +96 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/src/formatters/ssml/google_assistant.rs +15 -12
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/src/formatters/ssml/microsoft_azure.rs +5 -2
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/integration_test.rs +15 -0
- speechmarkdown_rust-0.4.10/tests/test-data/test-data/branner-standard/branner-standard.alexa.ssml +3 -0
- speechmarkdown_rust-0.4.10/tests/test-data/test-data/branner-standard/branner-standard.azure.ssml +3 -0
- speechmarkdown_rust-0.4.10/tests/test-data/test-data/branner-standard/branner-standard.google.ssml +3 -0
- speechmarkdown_rust-0.4.10/tests/test-data/test-data/branner-standard/branner-standard.smd +1 -0
- speechmarkdown_rust-0.4.10/tests/test-data/test-data/branner-standard/branner-standard.txt +1 -0
- speechmarkdown_rust-0.4.10/tests/test-data/test-data/combo-xsampa-emphasis/combo-xsampa-emphasis.alexa.ssml +3 -0
- speechmarkdown_rust-0.4.10/tests/test-data/test-data/combo-xsampa-emphasis/combo-xsampa-emphasis.azure.ssml +3 -0
- speechmarkdown_rust-0.4.10/tests/test-data/test-data/combo-xsampa-emphasis/combo-xsampa-emphasis.google.ssml +3 -0
- speechmarkdown_rust-0.4.10/tests/test-data/test-data/combo-xsampa-emphasis/combo-xsampa-emphasis.smd +1 -0
- speechmarkdown_rust-0.4.10/tests/test-data/test-data/combo-xsampa-emphasis/combo-xsampa-emphasis.txt +1 -0
- speechmarkdown_rust-0.4.10/tests/test-data/test-data/praat-standard/praat-standard.alexa.ssml +3 -0
- speechmarkdown_rust-0.4.10/tests/test-data/test-data/praat-standard/praat-standard.azure.ssml +3 -0
- speechmarkdown_rust-0.4.10/tests/test-data/test-data/praat-standard/praat-standard.google.ssml +3 -0
- speechmarkdown_rust-0.4.10/tests/test-data/test-data/praat-standard/praat-standard.smd +1 -0
- speechmarkdown_rust-0.4.10/tests/test-data/test-data/praat-standard/praat-standard.txt +1 -0
- speechmarkdown_rust-0.4.10/tests/test-data/test-data/sil-standard/sil-standard.alexa.ssml +3 -0
- speechmarkdown_rust-0.4.10/tests/test-data/test-data/sil-standard/sil-standard.azure.ssml +3 -0
- speechmarkdown_rust-0.4.10/tests/test-data/test-data/sil-standard/sil-standard.google.ssml +3 -0
- speechmarkdown_rust-0.4.10/tests/test-data/test-data/sil-standard/sil-standard.smd +1 -0
- speechmarkdown_rust-0.4.10/tests/test-data/test-data/sil-standard/sil-standard.txt +1 -0
- speechmarkdown_rust-0.4.10/tests/test-data/test-data/xsampa-standard/xsampa-standard.alexa.ssml +3 -0
- speechmarkdown_rust-0.4.10/tests/test-data/test-data/xsampa-standard/xsampa-standard.azure.ssml +3 -0
- speechmarkdown_rust-0.4.10/tests/test-data/test-data/xsampa-standard/xsampa-standard.google.ssml +3 -0
- speechmarkdown_rust-0.4.10/tests/test-data/test-data/xsampa-standard/xsampa-standard.smd +1 -0
- speechmarkdown_rust-0.4.10/tests/test-data/test-data/xsampa-standard/xsampa-standard.txt +1 -0
- speechmarkdown_rust-0.4.10/tests/test-data/test-data/xsampa-stress/xsampa-stress.alexa.ssml +3 -0
- speechmarkdown_rust-0.4.10/tests/test-data/test-data/xsampa-stress/xsampa-stress.azure.ssml +3 -0
- speechmarkdown_rust-0.4.10/tests/test-data/test-data/xsampa-stress/xsampa-stress.google.ssml +3 -0
- speechmarkdown_rust-0.4.10/tests/test-data/test-data/xsampa-stress/xsampa-stress.smd +1 -0
- speechmarkdown_rust-0.4.10/tests/test-data/test-data/xsampa-stress/xsampa-stress.txt +1 -0
- speechmarkdown_rust-0.4.8/bindings/python/dist/speechmarkdown_rust-0.4.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/.github/workflows/ci.yml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/.github/workflows/publish.yml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/.gitignore +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/.gitmodules +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/README.md +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/bindings/dotnet/SpeechMarkdown.cs +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/bindings/dotnet/SpeechMarkdown.targets +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/bindings/python/README.md +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/bindings/python/speechmarkdown.pyi +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/bindings/python/src/lib.rs +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/bindings/speechmarkdown.h +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/bindings/swift/Example.swift +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/bindings/swift/Package.swift +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/bindings/swift/Sources/CSpeechMarkdown/dummy.c +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/bindings/swift/Sources/CSpeechMarkdown/include/shim.h +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/bindings/swift/Sources/CSpeechMarkdown/include/speechmarkdown.h +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/bindings/swift/Sources/CSpeechMarkdown/module.modulemap +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/bindings/swift/Sources/SpeechMarkdown/SpeechMarkdown.swift +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/bindings/swift/SpeechMarkdown.swift +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/bindings/swift/module.modulemap +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/build-swift-package.sh +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/build.rs +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/cbindgen.toml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/src/ast.rs +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/src/capabilities.rs +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/src/error.rs +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/src/ffi.rs +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/src/formatters/base.rs +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/src/formatters/mod.rs +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/src/formatters/ssml/amazon_alexa.rs +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/src/formatters/ssml/mod.rs +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/src/formatters/text.rs +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/src/grammar.pest +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/src/lib.rs +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/src/parser/mod.rs +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/src/parser/parser.rs +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/src/ssml_to_smd.rs +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/break_specific_test.rs +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/debug_failures.rs +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/diagnostic_test.rs +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/ffi_test.rs +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/remaining_test.rs +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/CODE-OF-CONDUCT.md +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/CONTRIBUTING.md +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/LICENSE +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/LICENSE-SAMPLECODE +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/LICENSE-SUMMARY +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/README.md +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/address-standard/address-standard.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/address-standard/address-standard.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/address-standard/address-standard.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/address-standard/address-standard.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/address-standard/address-standard.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/address-standard/address-standard.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/address-standard/address-standard.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/address-standard/address-standard.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/address-standard/address-standard.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/address-standard/address-standard.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/address-standard/address-standard.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/address-standard/address-standard.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/audio-standard/audio-standard.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/audio-standard/audio-standard.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/audio-standard/audio-standard.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/audio-standard/audio-standard.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/audio-standard/audio-standard.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/audio-standard/audio-standard.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/audio-standard/audio-standard.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/audio-standard/audio-standard.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/audio-standard/audio-standard.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/audio-standard/audio-standard.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/audio-standard/audio-standard.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/audio-standard/audio-standard.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/audio-standard single quote/audio-standard single quote.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/audio-standard single quote/audio-standard single quote.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/audio-standard single quote/audio-standard single quote.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/audio-standard single quote/audio-standard single quote.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/audio-standard single quote/audio-standard single quote.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/audio-standard single quote/audio-standard single quote.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/audio-standard single quote/audio-standard single quote.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/audio-standard single quote/audio-standard single quote.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/audio-standard single quote/audio-standard single quote.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/audio-standard single quote/audio-standard single quote.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/audio-standard single quote/audio-standard single quote.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/audio-standard single quote/audio-standard single quote.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/audio-standard soundbank/audio-standard soundbank.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/audio-standard soundbank/audio-standard soundbank.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/audio-standard soundbank/audio-standard soundbank.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/audio-standard soundbank/audio-standard soundbank.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/audio-standard soundbank/audio-standard soundbank.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/audio-standard soundbank/audio-standard soundbank.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/audio-standard soundbank/audio-standard soundbank.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/audio-standard soundbank/audio-standard soundbank.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/audio-standard soundbank/audio-standard soundbank.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/audio-standard soundbank/audio-standard soundbank.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/audio-standard soundbank/audio-standard soundbank.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/audio-standard soundbank/audio-standard soundbank.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/audio-with-caption/audio-with-caption.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/audio-with-caption/audio-with-caption.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/audio-with-caption/audio-with-caption.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-role-young-female/azure-role-young-female.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-role-young-female/azure-role-young-female.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-role-young-female/azure-role-young-female.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-section-angry/azure-section-angry.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-section-angry/azure-section-angry.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-section-angry/azure-section-angry.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-section-cheerful/azure-section-cheerful.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-section-cheerful/azure-section-cheerful.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-section-cheerful/azure-section-cheerful.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-section-friendly/azure-section-friendly.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-section-friendly/azure-section-friendly.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-section-friendly/azure-section-friendly.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-section-sad/azure-section-sad.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-section-sad/azure-section-sad.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-section-sad/azure-section-sad.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-advertisement_upbeat/azure-style-advertisement_upbeat.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-advertisement_upbeat/azure-style-advertisement_upbeat.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-affectionate/azure-style-affectionate.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-affectionate/azure-style-affectionate.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-angry/azure-style-angry.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-angry/azure-style-angry.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-angry/azure-style-angry.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-assistant/azure-style-assistant.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-assistant/azure-style-assistant.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-calm/azure-style-calm.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-calm/azure-style-calm.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-chat/azure-style-chat.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-chat/azure-style-chat.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-chat/azure-style-chat.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-cheerful/azure-style-cheerful.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-cheerful/azure-style-cheerful.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-cheerful/azure-style-cheerful.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-customerservice/azure-style-customerservice.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-customerservice/azure-style-customerservice.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-customerservice/azure-style-customerservice.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-depressed/azure-style-depressed.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-depressed/azure-style-depressed.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-disgruntled/azure-style-disgruntled.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-disgruntled/azure-style-disgruntled.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-documentary-narration/azure-style-documentary-narration.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-documentary-narration/azure-style-documentary-narration.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-embarrassed/azure-style-embarrassed.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-embarrassed/azure-style-embarrassed.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-empathetic/azure-style-empathetic.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-empathetic/azure-style-empathetic.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-envious/azure-style-envious.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-envious/azure-style-envious.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-excited/azure-style-excited.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-excited/azure-style-excited.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-excited/azure-style-excited.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-fearful/azure-style-fearful.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-fearful/azure-style-fearful.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-friendly/azure-style-friendly.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-friendly/azure-style-friendly.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-friendly/azure-style-friendly.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-gentle/azure-style-gentle.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-gentle/azure-style-gentle.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-hopeful/azure-style-hopeful.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-hopeful/azure-style-hopeful.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-lyrical/azure-style-lyrical.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-lyrical/azure-style-lyrical.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-narration-professional/azure-style-narration-professional.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-narration-professional/azure-style-narration-professional.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-narration-professional/azure-style-narration-professional.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-narration-relaxed/azure-style-narration-relaxed.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-narration-relaxed/azure-style-narration-relaxed.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-newscast-casual/azure-style-newscast-casual.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-newscast-casual/azure-style-newscast-casual.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-newscast-casual/azure-style-newscast-casual.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-newscast-formal/azure-style-newscast-formal.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-newscast-formal/azure-style-newscast-formal.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-newscaster/azure-style-newscaster.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-newscaster/azure-style-newscaster.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-newscaster/azure-style-newscaster.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-poetry-reading/azure-style-poetry-reading.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-poetry-reading/azure-style-poetry-reading.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-role-degree/azure-style-role-degree.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-role-degree/azure-style-role-degree.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-sad/azure-style-sad.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-sad/azure-style-sad.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-sad/azure-style-sad.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-serious/azure-style-serious.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-serious/azure-style-serious.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-shouting/azure-style-shouting.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-shouting/azure-style-shouting.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-sports_commentary/azure-style-sports_commentary.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-sports_commentary/azure-style-sports_commentary.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-sports_commentary_excited/azure-style-sports_commentary_excited.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-sports_commentary_excited/azure-style-sports_commentary_excited.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-terrified/azure-style-terrified.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-terrified/azure-style-terrified.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-unfriendly/azure-style-unfriendly.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-unfriendly/azure-style-unfriendly.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-whispering/azure-style-whispering.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-whispering/azure-style-whispering.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-with-degree/azure-style-with-degree.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-with-degree/azure-style-with-degree.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/azure-style-with-degree/azure-style-with-degree.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/bare-ipa/bare-ipa.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/bare-ipa/bare-ipa.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/bare-ipa/bare-ipa.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/bare-ipa/bare-ipa.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/bare-ipa/bare-ipa.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/bare-ipa/bare-ipa.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/bare-ipa/bare-ipa.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/bare-ipa/bare-ipa.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/bare-ipa/bare-ipa.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/bare-ipa/bare-ipa.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/bare-ipa/bare-ipa.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/bare-ipa/bare-ipa.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/bare-ipa/bare-ipa.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/bare-ipa/bare-ipa.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/break-short/break-short.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/break-short/break-short.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/break-short/break-short.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/break-short/break-short.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/break-short/break-short.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/break-short/break-short.elevenlabs.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/break-short/break-short.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/break-short/break-short.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/break-short/break-short.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/break-short/break-short.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/break-short/break-short.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/break-short/break-short.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/break-short/break-short.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/break-short/break-short.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/break-short/break-short.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/break-strength/break-strength.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/break-strength/break-strength.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/break-strength/break-strength.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/break-strength/break-strength.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/break-strength/break-strength.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/break-strength/break-strength.elevenlabs.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/break-strength/break-strength.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/break-strength/break-strength.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/break-strength/break-strength.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/break-strength/break-strength.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/break-strength/break-strength.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/break-strength/break-strength.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/break-strength/break-strength.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/break-strength/break-strength.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/break-strength/break-strength.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/break-time/break-time.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/break-time/break-time.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/break-time/break-time.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/break-time/break-time.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/break-time/break-time.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/break-time/break-time.elevenlabs.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/break-time/break-time.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/break-time/break-time.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/break-time/break-time.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/break-time/break-time.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/break-time/break-time.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/break-time/break-time.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/break-time/break-time.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/break-time/break-time.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/break-time/break-time.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/cardinal-standard/cardinal-standard.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/cardinal-standard/cardinal-standard.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/cardinal-standard/cardinal-standard.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/cardinal-standard/cardinal-standard.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/cardinal-standard/cardinal-standard.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/cardinal-standard/cardinal-standard.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/cardinal-standard/cardinal-standard.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/cardinal-standard/cardinal-standard.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/cardinal-standard/cardinal-standard.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/cardinal-standard/cardinal-standard.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/cardinal-standard/cardinal-standard.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/cardinal-standard/cardinal-standard.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/cardinal-standard/cardinal-standard.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/characters-standard/characters-standard.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/characters-standard/characters-standard.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/characters-standard/characters-standard.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/characters-standard/characters-standard.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/characters-standard/characters-standard.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/characters-standard/characters-standard.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/characters-standard/characters-standard.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/characters-standard/characters-standard.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/characters-standard/characters-standard.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/characters-standard/characters-standard.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/characters-standard/characters-standard.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/characters-standard/characters-standard.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/characters-standard/characters-standard.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/characters-standard/characters-standard.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-break-emphasis/combo-break-emphasis.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-break-emphasis/combo-break-emphasis.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-break-emphasis/combo-break-emphasis.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-break-emphasis/combo-break-emphasis.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-break-emphasis/combo-break-emphasis.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-break-emphasis/combo-break-emphasis.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-emphasis-prosody/combo-emphasis-prosody.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-emphasis-prosody/combo-emphasis-prosody.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-emphasis-prosody/combo-emphasis-prosody.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-emphasis-prosody/combo-emphasis-prosody.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-emphasis-prosody/combo-emphasis-prosody.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-emphasis-prosody/combo-emphasis-prosody.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-emphasis-prosody/combo-emphasis-prosody.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-emphasis-prosody/combo-emphasis-prosody.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-ipa-emphasis/combo-ipa-emphasis.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-ipa-emphasis/combo-ipa-emphasis.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-ipa-emphasis/combo-ipa-emphasis.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-ipa-emphasis/combo-ipa-emphasis.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-ipa-emphasis/combo-ipa-emphasis.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-ipa-emphasis/combo-ipa-emphasis.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-ipa-emphasis/combo-ipa-emphasis.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-ipa-emphasis/combo-ipa-emphasis.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-sayas-prosody/combo-sayas-prosody.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-sayas-prosody/combo-sayas-prosody.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-sayas-prosody/combo-sayas-prosody.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-sayas-prosody/combo-sayas-prosody.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-sayas-prosody/combo-sayas-prosody.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-sayas-prosody/combo-sayas-prosody.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-sayas-prosody/combo-sayas-prosody.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-sayas-prosody/combo-sayas-prosody.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-sayas-sub/combo-sayas-sub.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-sayas-sub/combo-sayas-sub.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-sayas-sub/combo-sayas-sub.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-sayas-sub/combo-sayas-sub.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-sayas-sub/combo-sayas-sub.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-sayas-sub/combo-sayas-sub.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-sayas-sub/combo-sayas-sub.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-sayas-sub/combo-sayas-sub.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-sub-prosody/combo-sub-prosody.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-sub-prosody/combo-sub-prosody.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-sub-prosody/combo-sub-prosody.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-sub-prosody/combo-sub-prosody.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-sub-prosody/combo-sub-prosody.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-sub-prosody/combo-sub-prosody.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-sub-prosody/combo-sub-prosody.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-sub-prosody/combo-sub-prosody.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-voice-prosody/combo-voice-prosody.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-voice-prosody/combo-voice-prosody.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-voice-prosody/combo-voice-prosody.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-voice-prosody/combo-voice-prosody.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-voice-prosody/combo-voice-prosody.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-voice-prosody/combo-voice-prosody.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-voice-prosody/combo-voice-prosody.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-voice-prosody/combo-voice-prosody.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-whisper-emphasis/combo-whisper-emphasis.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-whisper-emphasis/combo-whisper-emphasis.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-whisper-emphasis/combo-whisper-emphasis.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-whisper-emphasis/combo-whisper-emphasis.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-whisper-emphasis/combo-whisper-emphasis.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/combo-whisper-emphasis/combo-whisper-emphasis.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/date-standard/date-standard.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/date-standard/date-standard.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/date-standard/date-standard.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/date-standard/date-standard.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/date-standard/date-standard.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/date-standard/date-standard.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/date-standard/date-standard.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/date-standard/date-standard.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/date-standard/date-standard.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/date-standard/date-standard.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/date-standard/date-standard.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/date-standard/date-standard.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/digits-standard/digits-standard.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/digits-standard/digits-standard.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/digits-standard/digits-standard.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/digits-standard/digits-standard.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/digits-standard/digits-standard.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/digits-standard/digits-standard.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/digits-standard/digits-standard.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/digits-standard/digits-standard.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/digits-standard/digits-standard.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/digits-standard/digits-standard.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/digits-standard/digits-standard.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/digits-standard/digits-standard.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/digits-standard/digits-standard.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/disappointed-section end speak tag at end/disappointed-section end speak tag at end.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/disappointed-section end speak tag at end/disappointed-section end speak tag at end.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/disappointed-section end speak tag at end/disappointed-section end speak tag at end.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/disappointed-section end speak tag at end/disappointed-section end speak tag at end.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/disappointed-section normal to disappointed intensities to normal/disappointed-section normal to disappointed intensities to normal.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/disappointed-section normal to disappointed intensities to normal/disappointed-section normal to disappointed intensities to normal.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/disappointed-section normal to disappointed intensities to normal/disappointed-section normal to disappointed intensities to normal.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/disappointed-section normal to disappointed intensities to normal/disappointed-section normal to disappointed intensities to normal.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/disappointed-section section on same line/disappointed-section section on same line.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/disappointed-section section on same line/disappointed-section section on same line.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/disappointed-section section on same line/disappointed-section section on same line.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/disappointed-section section on same line/disappointed-section section on same line.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/disappointed-standard/disappointed-standard.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/disappointed-standard/disappointed-standard.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/disappointed-standard/disappointed-standard.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/disappointed-standard/disappointed-standard.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/disappointed-standard invalid intensity/disappointed-standard invalid intensity.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/disappointed-standard invalid intensity/disappointed-standard invalid intensity.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/disappointed-standard invalid intensity/disappointed-standard invalid intensity.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/disappointed-standard invalid intensity/disappointed-standard invalid intensity.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/disappointed-standard non-lowercase intensity/disappointed-standard non-lowercase intensity.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/disappointed-standard non-lowercase intensity/disappointed-standard non-lowercase intensity.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/disappointed-standard non-lowercase intensity/disappointed-standard non-lowercase intensity.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/disappointed-standard non-lowercase intensity/disappointed-standard non-lowercase intensity.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/dj-section end speak tag at end/dj-section end speak tag at end.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/dj-section end speak tag at end/dj-section end speak tag at end.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/dj-section end speak tag at end/dj-section end speak tag at end.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/dj-section normal to dj to normal/dj-section normal to dj to normal.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/dj-section normal to dj to normal/dj-section normal to dj to normal.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/dj-section normal to dj to normal/dj-section normal to dj to normal.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/dj-section section on same line/dj-section section on same line.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/dj-section section on same line/dj-section section on same line.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/dj-section section on same line/dj-section section on same line.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/drc-standard/drc-standard.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/drc-standard/drc-standard.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/drc-standard/drc-standard.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/drc-standard/drc-standard.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-edge-date/emphasis-edge-date.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-edge-date/emphasis-edge-date.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-edge-date/emphasis-edge-date.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-edge-date/emphasis-edge-date.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-edge-date/emphasis-edge-date.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-edge-hyphenated/emphasis-edge-hyphenated.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-edge-hyphenated/emphasis-edge-hyphenated.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-edge-hyphenated/emphasis-edge-hyphenated.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-edge-hyphenated/emphasis-edge-hyphenated.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-edge-hyphenated/emphasis-edge-hyphenated.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-short-moderate/emphasis-short-moderate.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-short-moderate/emphasis-short-moderate.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-short-moderate/emphasis-short-moderate.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-short-moderate/emphasis-short-moderate.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-short-moderate/emphasis-short-moderate.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-short-moderate/emphasis-short-moderate.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-short-none/emphasis-short-none.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-short-none/emphasis-short-none.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-short-none/emphasis-short-none.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-short-none/emphasis-short-none.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-short-none/emphasis-short-none.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-short-none/emphasis-short-none.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-short-reduced/emphasis-short-reduced.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-short-reduced/emphasis-short-reduced.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-short-reduced/emphasis-short-reduced.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-short-reduced/emphasis-short-reduced.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-short-reduced/emphasis-short-reduced.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-short-reduced/emphasis-short-reduced.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-short-reduced should not interfere with hyphenated words/emphasis-short-reduced should not interfere with hyphenated words.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-short-reduced should not interfere with hyphenated words/emphasis-short-reduced should not interfere with hyphenated words.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-short-reduced should not interfere with hyphenated words/emphasis-short-reduced should not interfere with hyphenated words.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-short-reduced should not interfere with hyphenated words/emphasis-short-reduced should not interfere with hyphenated words.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-short-reduced should not interfere with hyphenated words/emphasis-short-reduced should not interfere with hyphenated words.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-short-reduced should not interfere with hyphenated words/emphasis-short-reduced should not interfere with hyphenated words.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-short-strong/emphasis-short-strong.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-short-strong/emphasis-short-strong.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-short-strong/emphasis-short-strong.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-short-strong/emphasis-short-strong.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-short-strong/emphasis-short-strong.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-short-strong/emphasis-short-strong.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-standard-moderate/emphasis-standard-moderate.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-standard-moderate/emphasis-standard-moderate.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-standard-moderate/emphasis-standard-moderate.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-standard-moderate/emphasis-standard-moderate.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-standard-moderate/emphasis-standard-moderate.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-standard-moderate/emphasis-standard-moderate.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-standard-moderate/emphasis-standard-moderate.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-standard-moderate/emphasis-standard-moderate.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-standard-moderate/emphasis-standard-moderate.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-standard-moderate/emphasis-standard-moderate.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-standard-moderate/emphasis-standard-moderate.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-standard-none/emphasis-standard-none.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-standard-none/emphasis-standard-none.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-standard-none/emphasis-standard-none.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-standard-none/emphasis-standard-none.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-standard-none/emphasis-standard-none.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-standard-none/emphasis-standard-none.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-standard-none/emphasis-standard-none.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-standard-none/emphasis-standard-none.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-standard-none/emphasis-standard-none.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-standard-none/emphasis-standard-none.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-standard-none/emphasis-standard-none.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-standard-reduced/emphasis-standard-reduced.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-standard-reduced/emphasis-standard-reduced.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-standard-reduced/emphasis-standard-reduced.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-standard-reduced/emphasis-standard-reduced.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-standard-reduced/emphasis-standard-reduced.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-standard-reduced/emphasis-standard-reduced.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-standard-reduced/emphasis-standard-reduced.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-standard-reduced/emphasis-standard-reduced.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-standard-reduced/emphasis-standard-reduced.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-standard-reduced/emphasis-standard-reduced.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-standard-reduced/emphasis-standard-reduced.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-standard-strong/emphasis-standard-strong.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-standard-strong/emphasis-standard-strong.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-standard-strong/emphasis-standard-strong.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-standard-strong/emphasis-standard-strong.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-standard-strong/emphasis-standard-strong.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-standard-strong/emphasis-standard-strong.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-standard-strong/emphasis-standard-strong.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-standard-strong/emphasis-standard-strong.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-standard-strong/emphasis-standard-strong.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-standard-strong/emphasis-standard-strong.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/emphasis-standard-strong/emphasis-standard-strong.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/escape-xml-characters/escape-xml-characters.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/escape-xml-characters/escape-xml-characters.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/escape-xml-characters/escape-xml-characters.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/escape-xml-characters/escape-xml-characters.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/escape-xml-characters/escape-xml-characters.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/escape-xml-characters/escape-xml-characters.elevenlabs.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/escape-xml-characters/escape-xml-characters.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/escape-xml-characters/escape-xml-characters.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/escape-xml-characters/escape-xml-characters.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/escape-xml-characters/escape-xml-characters.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/escape-xml-characters/escape-xml-characters.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/escape-xml-characters/escape-xml-characters.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/escape-xml-characters/escape-xml-characters.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/escape-xml-characters/escape-xml-characters.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/escape-xml-characters/escape-xml-characters.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/excited-section end speak tag at end/excited-section end speak tag at end.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/excited-section end speak tag at end/excited-section end speak tag at end.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/excited-section end speak tag at end/excited-section end speak tag at end.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/excited-section end speak tag at end/excited-section end speak tag at end.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/excited-section normal to excited intensities to normal/excited-section normal to excited intensities to normal.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/excited-section normal to excited intensities to normal/excited-section normal to excited intensities to normal.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/excited-section normal to excited intensities to normal/excited-section normal to excited intensities to normal.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/excited-section normal to excited intensities to normal/excited-section normal to excited intensities to normal.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/excited-section section on same line/excited-section section on same line.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/excited-section section on same line/excited-section section on same line.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/excited-section section on same line/excited-section section on same line.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/excited-section section on same line/excited-section section on same line.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/excited-standard/excited-standard.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/excited-standard/excited-standard.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/excited-standard/excited-standard.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/excited-standard/excited-standard.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/excited-standard invalid intensity/excited-standard invalid intensity.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/excited-standard invalid intensity/excited-standard invalid intensity.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/excited-standard invalid intensity/excited-standard invalid intensity.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/excited-standard invalid intensity/excited-standard invalid intensity.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/excited-standard non-lowercase intensity/excited-standard non-lowercase intensity.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/excited-standard non-lowercase intensity/excited-standard non-lowercase intensity.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/excited-standard non-lowercase intensity/excited-standard non-lowercase intensity.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/excited-standard non-lowercase intensity/excited-standard non-lowercase intensity.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expletive-standard/expletive-standard.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expletive-standard/expletive-standard.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expletive-standard/expletive-standard.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expletive-standard/expletive-standard.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expletive-standard/expletive-standard.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expletive-standard/expletive-standard.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expletive-standard/expletive-standard.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expletive-standard/expletive-standard.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expletive-standard/expletive-standard.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-ahem/expressive-ahem.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-ahem/expressive-ahem.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-ahem/expressive-ahem.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-ahem/expressive-ahem.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-applause/expressive-applause.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-applause/expressive-applause.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-applause/expressive-applause.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-applause/expressive-applause.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-bleh/expressive-bleh.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-bleh/expressive-bleh.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-bleh/expressive-bleh.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-bleh/expressive-bleh.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-boo/expressive-boo.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-boo/expressive-boo.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-boo/expressive-boo.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-boo/expressive-boo.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-cheer/expressive-cheer.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-cheer/expressive-cheer.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-cheer/expressive-cheer.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-cheer/expressive-cheer.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-cheering/expressive-cheering.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-cheering/expressive-cheering.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-cheering/expressive-cheering.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-cheering/expressive-cheering.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-cough/expressive-cough.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-cough/expressive-cough.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-cough/expressive-cough.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-cough/expressive-cough.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-cry/expressive-cry.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-cry/expressive-cry.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-cry/expressive-cry.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-cry/expressive-cry.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-crying/expressive-crying.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-crying/expressive-crying.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-crying/expressive-crying.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-crying/expressive-crying.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-eek/expressive-eek.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-eek/expressive-eek.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-eek/expressive-eek.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-eek/expressive-eek.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-gasp/expressive-gasp.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-gasp/expressive-gasp.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-gasp/expressive-gasp.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-gasp/expressive-gasp.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-giggle/expressive-giggle.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-giggle/expressive-giggle.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-giggle/expressive-giggle.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-giggle/expressive-giggle.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-groan/expressive-groan.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-groan/expressive-groan.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-groan/expressive-groan.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-groan/expressive-groan.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-groaning/expressive-groaning.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-groaning/expressive-groaning.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-groaning/expressive-groaning.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-groaning/expressive-groaning.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-hiccup/expressive-hiccup.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-hiccup/expressive-hiccup.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-hiccup/expressive-hiccup.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-hiccup/expressive-hiccup.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-hmm/expressive-hmm.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-hmm/expressive-hmm.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-hmm/expressive-hmm.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-hmm/expressive-hmm.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-huh/expressive-huh.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-huh/expressive-huh.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-huh/expressive-huh.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-huh/expressive-huh.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-hum/expressive-hum.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-hum/expressive-hum.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-hum/expressive-hum.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-hum/expressive-hum.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-hurray/expressive-hurray.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-hurray/expressive-hurray.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-hurray/expressive-hurray.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-hurray/expressive-hurray.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-laugh/expressive-laugh.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-laugh/expressive-laugh.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-laugh/expressive-laugh.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-laugh/expressive-laugh.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-laughter/expressive-laughter.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-laughter/expressive-laughter.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-laughter/expressive-laughter.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-laughter/expressive-laughter.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-meh/expressive-meh.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-meh/expressive-meh.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-meh/expressive-meh.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-meh/expressive-meh.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-mhm/expressive-mhm.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-mhm/expressive-mhm.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-mhm/expressive-mhm.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-mhm/expressive-mhm.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-mm-hmm/expressive-mm-hmm.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-mm-hmm/expressive-mm-hmm.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-mm-hmm/expressive-mm-hmm.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-mm-hmm/expressive-mm-hmm.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-mmm/expressive-mmm.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-mmm/expressive-mmm.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-mmm/expressive-mmm.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-mmm/expressive-mmm.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-moan/expressive-moan.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-moan/expressive-moan.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-moan/expressive-moan.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-moan/expressive-moan.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-multiple/expressive-multiple.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-multiple/expressive-multiple.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-multiple/expressive-multiple.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-multiple/expressive-multiple.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-oh/expressive-oh.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-oh/expressive-oh.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-oh/expressive-oh.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-oh/expressive-oh.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-ooh/expressive-ooh.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-ooh/expressive-ooh.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-ooh/expressive-ooh.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-ooh/expressive-ooh.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-pant/expressive-pant.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-pant/expressive-pant.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-pant/expressive-pant.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-pant/expressive-pant.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-pfft/expressive-pfft.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-pfft/expressive-pfft.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-pfft/expressive-pfft.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-pfft/expressive-pfft.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-phew/expressive-phew.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-phew/expressive-phew.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-phew/expressive-phew.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-phew/expressive-phew.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-psst/expressive-psst.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-psst/expressive-psst.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-psst/expressive-psst.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-psst/expressive-psst.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-scream/expressive-scream.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-scream/expressive-scream.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-scream/expressive-scream.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-scream/expressive-scream.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-shh/expressive-shh.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-shh/expressive-shh.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-shh/expressive-shh.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-shh/expressive-shh.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-shush/expressive-shush.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-shush/expressive-shush.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-shush/expressive-shush.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-shush/expressive-shush.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-sigh/expressive-sigh.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-sigh/expressive-sigh.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-sigh/expressive-sigh.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-sigh/expressive-sigh.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-sneeze/expressive-sneeze.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-sneeze/expressive-sneeze.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-sneeze/expressive-sneeze.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-sneeze/expressive-sneeze.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-sniff/expressive-sniff.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-sniff/expressive-sniff.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-sniff/expressive-sniff.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-sniff/expressive-sniff.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-throat-clear/expressive-throat-clear.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-throat-clear/expressive-throat-clear.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-throat-clear/expressive-throat-clear.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-throat-clear/expressive-throat-clear.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-tsk/expressive-tsk.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-tsk/expressive-tsk.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-tsk/expressive-tsk.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-tsk/expressive-tsk.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-tsk-tsk/expressive-tsk-tsk.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-tsk-tsk/expressive-tsk-tsk.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-tsk-tsk/expressive-tsk-tsk.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-tsk-tsk/expressive-tsk-tsk.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-uh-huh/expressive-uh-huh.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-uh-huh/expressive-uh-huh.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-uh-huh/expressive-uh-huh.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-uh-huh/expressive-uh-huh.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-uh-oh/expressive-uh-oh.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-uh-oh/expressive-uh-oh.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-uh-oh/expressive-uh-oh.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-uh-oh/expressive-uh-oh.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-umph/expressive-umph.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-umph/expressive-umph.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-umph/expressive-umph.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-umph/expressive-umph.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-wheeze/expressive-wheeze.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-wheeze/expressive-wheeze.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-wheeze/expressive-wheeze.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-wheeze/expressive-wheeze.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-whew/expressive-whew.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-whew/expressive-whew.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-whew/expressive-whew.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-whew/expressive-whew.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-whimper/expressive-whimper.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-whimper/expressive-whimper.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-whimper/expressive-whimper.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-whimper/expressive-whimper.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-with-break/expressive-with-break.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-with-break/expressive-with-break.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-with-break/expressive-with-break.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-with-break/expressive-with-break.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-wow/expressive-wow.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-wow/expressive-wow.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-wow/expressive-wow.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-wow/expressive-wow.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-yawn/expressive-yawn.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-yawn/expressive-yawn.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-yawn/expressive-yawn.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-yawn/expressive-yawn.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-yay/expressive-yay.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-yay/expressive-yay.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-yay/expressive-yay.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-yay/expressive-yay.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-yeah/expressive-yeah.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-yeah/expressive-yeah.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-yeah/expressive-yeah.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/expressive-yeah/expressive-yeah.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/fraction-standard/fraction-standard.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/fraction-standard/fraction-standard.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/fraction-standard/fraction-standard.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/fraction-standard/fraction-standard.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/fraction-standard/fraction-standard.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/fraction-standard/fraction-standard.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/fraction-standard/fraction-standard.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/fraction-standard/fraction-standard.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/fraction-standard/fraction-standard.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/fraction-standard/fraction-standard.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/fraction-standard/fraction-standard.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/fraction-standard/fraction-standard.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/fraction-standard/fraction-standard.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/fraction-standard includes a plus sign/fraction-standard includes a plus sign.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/fraction-standard includes a plus sign/fraction-standard includes a plus sign.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/fraction-standard includes a plus sign/fraction-standard includes a plus sign.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/fraction-standard includes a plus sign/fraction-standard includes a plus sign.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/fraction-standard includes a plus sign/fraction-standard includes a plus sign.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/fraction-standard includes a plus sign/fraction-standard includes a plus sign.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/fraction-standard includes a plus sign/fraction-standard includes a plus sign.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/fraction-standard includes a plus sign/fraction-standard includes a plus sign.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/fraction-standard includes a plus sign/fraction-standard includes a plus sign.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/fraction-standard includes a plus sign/fraction-standard includes a plus sign.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/fraction-standard includes a plus sign/fraction-standard includes a plus sign.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/fraction-standard includes a plus sign/fraction-standard includes a plus sign.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/fraction-standard includes a plus sign/fraction-standard includes a plus sign.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/google-style/google-style.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/google-style/google-style.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/google-style/google-style.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/interjection-standard/interjection-standard.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/interjection-standard/interjection-standard.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/interjection-standard/interjection-standard.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/interjection-standard/interjection-standard.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/interjection-standard/interjection-standard.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/interjection-standard/interjection-standard.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/interjection-standard/interjection-standard.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-short/ipa-short.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-short/ipa-short.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-short/ipa-short.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-short/ipa-short.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-short/ipa-short.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-short/ipa-short.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-short/ipa-short.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-short/ipa-short.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-short/ipa-short.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-short/ipa-short.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-short/ipa-short.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-short/ipa-short.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-short/ipa-short.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-short/ipa-short.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-standard/ipa-standard.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-standard/ipa-standard.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-standard/ipa-standard.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-standard/ipa-standard.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-standard/ipa-standard.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-standard/ipa-standard.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-standard/ipa-standard.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-standard/ipa-standard.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-standard/ipa-standard.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-standard/ipa-standard.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-standard/ipa-standard.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-standard/ipa-standard.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-standard/ipa-standard.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-standard/ipa-standard.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-standard-alphabet-uk/ipa-standard-alphabet-uk.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-standard-alphabet-uk/ipa-standard-alphabet-uk.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-standard-alphabet-uk/ipa-standard-alphabet-uk.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-standard-alphabet-uk/ipa-standard-alphabet-uk.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-standard-alphabet-uk/ipa-standard-alphabet-uk.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-standard-alphabet-uk/ipa-standard-alphabet-uk.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-standard-alphabet-uk/ipa-standard-alphabet-uk.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-standard-alphabet-uk/ipa-standard-alphabet-uk.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-standard-alphabet-uk/ipa-standard-alphabet-uk.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-standard-alphabet-uk/ipa-standard-alphabet-uk.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-standard-alphabet-uk/ipa-standard-alphabet-uk.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-standard-alphabet-uk/ipa-standard-alphabet-uk.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-standard-alphabet-uk/ipa-standard-alphabet-uk.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-standard-alphabet-uk/ipa-standard-alphabet-uk.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-standard-alphabet-us/ipa-standard-alphabet-us.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-standard-alphabet-us/ipa-standard-alphabet-us.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-standard-alphabet-us/ipa-standard-alphabet-us.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-standard-alphabet-us/ipa-standard-alphabet-us.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-standard-alphabet-us/ipa-standard-alphabet-us.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-standard-alphabet-us/ipa-standard-alphabet-us.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-standard-alphabet-us/ipa-standard-alphabet-us.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-standard-alphabet-us/ipa-standard-alphabet-us.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-standard-alphabet-us/ipa-standard-alphabet-us.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-standard-alphabet-us/ipa-standard-alphabet-us.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-standard-alphabet-us/ipa-standard-alphabet-us.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-standard-alphabet-us/ipa-standard-alphabet-us.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-standard-alphabet-us/ipa-standard-alphabet-us.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ipa-standard-alphabet-us/ipa-standard-alphabet-us.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/lang-standard/lang-standard.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/lang-standard/lang-standard.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/lang-standard/lang-standard.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/lang-standard/lang-standard.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/lang-standard/lang-standard.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/lang-standard/lang-standard.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/lang-standard/lang-standard.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/lang-standard/lang-standard.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/lang-standard/lang-standard.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/lang-standard/lang-standard.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/lang-standard/lang-standard.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/mark-standard/mark-standard.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/mark-standard/mark-standard.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/mark-standard/mark-standard.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/mark-standard/mark-standard.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/mark-standard/mark-standard.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/mark-standard/mark-standard.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/mark-standard/mark-standard.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/mark-standard/mark-standard.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/mark-standard/mark-standard.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/mark-standard/mark-standard.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/modifier-text-allowed-chars bracket special chars/modifier-text-allowed-chars bracket special chars.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/modifier-text-allowed-chars bracket special chars/modifier-text-allowed-chars bracket special chars.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/modifier-text-allowed-chars bracket special chars/modifier-text-allowed-chars bracket special chars.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/modifier-text-allowed-chars bracket special chars/modifier-text-allowed-chars bracket special chars.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/modifier-text-allowed-chars bracket special chars/modifier-text-allowed-chars bracket special chars.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/modifier-text-allowed-chars bracket special chars/modifier-text-allowed-chars bracket special chars.elevenlabs.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/modifier-text-allowed-chars bracket special chars/modifier-text-allowed-chars bracket special chars.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/modifier-text-allowed-chars bracket special chars/modifier-text-allowed-chars bracket special chars.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/modifier-text-allowed-chars bracket special chars/modifier-text-allowed-chars bracket special chars.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/modifier-text-allowed-chars bracket special chars/modifier-text-allowed-chars bracket special chars.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/modifier-text-allowed-chars bracket special chars/modifier-text-allowed-chars bracket special chars.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/modifier-text-allowed-chars bracket special chars/modifier-text-allowed-chars bracket special chars.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/modifier-text-allowed-chars bracket special chars/modifier-text-allowed-chars bracket special chars.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/modifier-text-allowed-chars bracket special chars/modifier-text-allowed-chars bracket special chars.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/modifier-text-allowed-chars bracket special chars/modifier-text-allowed-chars bracket special chars.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/modifier-text-allowed-chars minus sign/modifier-text-allowed-chars minus sign.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/modifier-text-allowed-chars minus sign/modifier-text-allowed-chars minus sign.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/modifier-text-allowed-chars minus sign/modifier-text-allowed-chars minus sign.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/modifier-text-allowed-chars minus sign/modifier-text-allowed-chars minus sign.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/modifier-text-allowed-chars minus sign/modifier-text-allowed-chars minus sign.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/modifier-text-allowed-chars minus sign/modifier-text-allowed-chars minus sign.elevenlabs.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/modifier-text-allowed-chars minus sign/modifier-text-allowed-chars minus sign.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/modifier-text-allowed-chars minus sign/modifier-text-allowed-chars minus sign.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/modifier-text-allowed-chars minus sign/modifier-text-allowed-chars minus sign.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/modifier-text-allowed-chars minus sign/modifier-text-allowed-chars minus sign.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/modifier-text-allowed-chars minus sign/modifier-text-allowed-chars minus sign.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/modifier-text-allowed-chars minus sign/modifier-text-allowed-chars minus sign.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/modifier-text-allowed-chars minus sign/modifier-text-allowed-chars minus sign.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/modifier-text-allowed-chars minus sign/modifier-text-allowed-chars minus sign.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/modifier-text-allowed-chars minus sign/modifier-text-allowed-chars minus sign.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/modifier-text-allowed-chars non-bracket special chars/modifier-text-allowed-chars non-bracket special chars.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/modifier-text-allowed-chars non-bracket special chars/modifier-text-allowed-chars non-bracket special chars.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/modifier-text-allowed-chars non-bracket special chars/modifier-text-allowed-chars non-bracket special chars.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/modifier-text-allowed-chars non-bracket special chars/modifier-text-allowed-chars non-bracket special chars.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/modifier-text-allowed-chars non-bracket special chars/modifier-text-allowed-chars non-bracket special chars.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/modifier-text-allowed-chars non-bracket special chars/modifier-text-allowed-chars non-bracket special chars.elevenlabs.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/modifier-text-allowed-chars non-bracket special chars/modifier-text-allowed-chars non-bracket special chars.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/modifier-text-allowed-chars non-bracket special chars/modifier-text-allowed-chars non-bracket special chars.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/modifier-text-allowed-chars non-bracket special chars/modifier-text-allowed-chars non-bracket special chars.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/modifier-text-allowed-chars non-bracket special chars/modifier-text-allowed-chars non-bracket special chars.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/modifier-text-allowed-chars non-bracket special chars/modifier-text-allowed-chars non-bracket special chars.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/modifier-text-allowed-chars non-bracket special chars/modifier-text-allowed-chars non-bracket special chars.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/modifier-text-allowed-chars non-bracket special chars/modifier-text-allowed-chars non-bracket special chars.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/modifier-text-allowed-chars non-bracket special chars/modifier-text-allowed-chars non-bracket special chars.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/modifier-text-allowed-chars non-bracket special chars/modifier-text-allowed-chars non-bracket special chars.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/multiple-modifiers-same-text/multiple-modifiers-same-text.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/multiple-modifiers-same-text/multiple-modifiers-same-text.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/multiple-modifiers-same-text/multiple-modifiers-same-text.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/multiple-modifiers-same-text/multiple-modifiers-same-text.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/multiple-modifiers-same-text/multiple-modifiers-same-text.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/multiple-modifiers-same-text/multiple-modifiers-same-text.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/multiple-modifiers-same-text/multiple-modifiers-same-text.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/multiple-modifiers-same-text/multiple-modifiers-same-text.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/multiple-modifiers-same-text/multiple-modifiers-same-text.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/multiple-modifiers-same-text/multiple-modifiers-same-text.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/multiple-modifiers-same-text/multiple-modifiers-same-text.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/multiple-modifiers-same-text/multiple-modifiers-same-text.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/multiple-modifiers-same-text/multiple-modifiers-same-text.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/multiple-modifiers-same-text/multiple-modifiers-same-text.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/newscaster-section end speak tag at end/newscaster-section end speak tag at end.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/newscaster-section end speak tag at end/newscaster-section end speak tag at end.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/newscaster-section end speak tag at end/newscaster-section end speak tag at end.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/newscaster-section end speak tag at end/newscaster-section end speak tag at end.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/newscaster-section end speak tag at end/newscaster-section end speak tag at end.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/newscaster-section normal to dj to normal/newscaster-section normal to dj to normal.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/newscaster-section normal to dj to normal/newscaster-section normal to dj to normal.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/newscaster-section normal to dj to normal/newscaster-section normal to dj to normal.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/newscaster-section normal to dj to normal/newscaster-section normal to dj to normal.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/newscaster-section normal to dj to normal/newscaster-section normal to dj to normal.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/newscaster-section section on same line/newscaster-section section on same line.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/newscaster-section section on same line/newscaster-section section on same line.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/newscaster-section section on same line/newscaster-section section on same line.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/newscaster-section section on same line/newscaster-section section on same line.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/newscaster-section section on same line/newscaster-section section on same line.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/no-markdown/no-markdown.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/no-markdown/no-markdown.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/no-markdown/no-markdown.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/no-markdown/no-markdown.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/no-markdown/no-markdown.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/no-markdown/no-markdown.elevenlabs.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/no-markdown/no-markdown.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/no-markdown/no-markdown.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/no-markdown/no-markdown.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/no-markdown/no-markdown.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/no-markdown/no-markdown.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/no-markdown/no-markdown.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/no-markdown/no-markdown.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/no-markdown/no-markdown.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/no-markdown/no-markdown.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/no-modifiers/no-modifiers.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/no-modifiers/no-modifiers.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/no-modifiers/no-modifiers.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/no-modifiers/no-modifiers.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/no-modifiers/no-modifiers.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/no-modifiers/no-modifiers.elevenlabs.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/no-modifiers/no-modifiers.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/no-modifiers/no-modifiers.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/no-modifiers/no-modifiers.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/no-modifiers/no-modifiers.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/no-modifiers/no-modifiers.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/no-modifiers/no-modifiers.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/no-modifiers/no-modifiers.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/no-modifiers/no-modifiers.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/no-modifiers/no-modifiers.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/number-standard/number-standard.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/number-standard/number-standard.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/number-standard/number-standard.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/number-standard/number-standard.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/number-standard/number-standard.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/number-standard/number-standard.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/number-standard/number-standard.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/number-standard/number-standard.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/number-standard/number-standard.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/number-standard/number-standard.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/number-standard/number-standard.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/number-standard/number-standard.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/number-standard/number-standard.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ordinal-standard/ordinal-standard.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ordinal-standard/ordinal-standard.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ordinal-standard/ordinal-standard.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ordinal-standard/ordinal-standard.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ordinal-standard/ordinal-standard.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ordinal-standard/ordinal-standard.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ordinal-standard/ordinal-standard.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ordinal-standard/ordinal-standard.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ordinal-standard/ordinal-standard.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ordinal-standard/ordinal-standard.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ordinal-standard/ordinal-standard.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ordinal-standard/ordinal-standard.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/ordinal-standard/ordinal-standard.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-high/pitch-standard-high.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-high/pitch-standard-high.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-high/pitch-standard-high.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-high/pitch-standard-high.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-high/pitch-standard-high.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-high/pitch-standard-high.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-high/pitch-standard-high.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-high/pitch-standard-high.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-high/pitch-standard-high.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-high/pitch-standard-high.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-high/pitch-standard-high.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-high/pitch-standard-high.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-high/pitch-standard-high.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-low/pitch-standard-low.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-low/pitch-standard-low.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-low/pitch-standard-low.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-low/pitch-standard-low.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-low/pitch-standard-low.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-low/pitch-standard-low.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-low/pitch-standard-low.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-low/pitch-standard-low.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-low/pitch-standard-low.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-low/pitch-standard-low.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-low/pitch-standard-low.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-low/pitch-standard-low.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-low/pitch-standard-low.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-medium/pitch-standard-medium.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-medium/pitch-standard-medium.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-medium/pitch-standard-medium.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-medium/pitch-standard-medium.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-medium/pitch-standard-medium.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-medium/pitch-standard-medium.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-medium/pitch-standard-medium.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-medium/pitch-standard-medium.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-medium/pitch-standard-medium.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-medium/pitch-standard-medium.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-medium/pitch-standard-medium.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-medium/pitch-standard-medium.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-medium/pitch-standard-medium.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-x-high/pitch-standard-x-high.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-x-high/pitch-standard-x-high.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-x-high/pitch-standard-x-high.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-x-high/pitch-standard-x-high.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-x-high/pitch-standard-x-high.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-x-high/pitch-standard-x-high.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-x-high/pitch-standard-x-high.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-x-high/pitch-standard-x-high.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-x-high/pitch-standard-x-high.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-x-high/pitch-standard-x-high.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-x-high/pitch-standard-x-high.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-x-high/pitch-standard-x-high.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-x-high/pitch-standard-x-high.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-x-low/pitch-standard-x-low.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-x-low/pitch-standard-x-low.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-x-low/pitch-standard-x-low.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-x-low/pitch-standard-x-low.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-x-low/pitch-standard-x-low.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-x-low/pitch-standard-x-low.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-x-low/pitch-standard-x-low.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-x-low/pitch-standard-x-low.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-x-low/pitch-standard-x-low.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-x-low/pitch-standard-x-low.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-x-low/pitch-standard-x-low.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-x-low/pitch-standard-x-low.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/pitch-standard-x-low/pitch-standard-x-low.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers rate + pitch/prosody-multiple-modifiers rate + pitch.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers rate + pitch/prosody-multiple-modifiers rate + pitch.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers rate + pitch/prosody-multiple-modifiers rate + pitch.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers rate + pitch/prosody-multiple-modifiers rate + pitch.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers rate + pitch/prosody-multiple-modifiers rate + pitch.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers rate + pitch/prosody-multiple-modifiers rate + pitch.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers rate + pitch/prosody-multiple-modifiers rate + pitch.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers rate + pitch/prosody-multiple-modifiers rate + pitch.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers rate + pitch/prosody-multiple-modifiers rate + pitch.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers rate + pitch/prosody-multiple-modifiers rate + pitch.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers rate + pitch/prosody-multiple-modifiers rate + pitch.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers rate + pitch/prosody-multiple-modifiers rate + pitch.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers rate + pitch/prosody-multiple-modifiers rate + pitch.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers rate + volume/prosody-multiple-modifiers rate + volume.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers rate + volume/prosody-multiple-modifiers rate + volume.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers rate + volume/prosody-multiple-modifiers rate + volume.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers rate + volume/prosody-multiple-modifiers rate + volume.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers rate + volume/prosody-multiple-modifiers rate + volume.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers rate + volume/prosody-multiple-modifiers rate + volume.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers rate + volume/prosody-multiple-modifiers rate + volume.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers rate + volume/prosody-multiple-modifiers rate + volume.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers rate + volume/prosody-multiple-modifiers rate + volume.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers rate + volume/prosody-multiple-modifiers rate + volume.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers rate + volume/prosody-multiple-modifiers rate + volume.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers rate + volume/prosody-multiple-modifiers rate + volume.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers rate + volume/prosody-multiple-modifiers rate + volume.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers rate + volume/prosody-multiple-modifiers rate + volume.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers vol + pitch + rate defaults/prosody-multiple-modifiers vol + pitch + rate defaults.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers vol + pitch + rate defaults/prosody-multiple-modifiers vol + pitch + rate defaults.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers vol + pitch + rate defaults/prosody-multiple-modifiers vol + pitch + rate defaults.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers vol + pitch + rate defaults/prosody-multiple-modifiers vol + pitch + rate defaults.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers vol + pitch + rate defaults/prosody-multiple-modifiers vol + pitch + rate defaults.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers vol + pitch + rate defaults/prosody-multiple-modifiers vol + pitch + rate defaults.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers vol + pitch + rate defaults/prosody-multiple-modifiers vol + pitch + rate defaults.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers vol + pitch + rate defaults/prosody-multiple-modifiers vol + pitch + rate defaults.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers vol + pitch + rate defaults/prosody-multiple-modifiers vol + pitch + rate defaults.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers vol + pitch + rate defaults/prosody-multiple-modifiers vol + pitch + rate defaults.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers vol + pitch + rate defaults/prosody-multiple-modifiers vol + pitch + rate defaults.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers vol + pitch + rate defaults/prosody-multiple-modifiers vol + pitch + rate defaults.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers vol + pitch + rate defaults/prosody-multiple-modifiers vol + pitch + rate defaults.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers volume + pitch/prosody-multiple-modifiers volume + pitch.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers volume + pitch/prosody-multiple-modifiers volume + pitch.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers volume + pitch/prosody-multiple-modifiers volume + pitch.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers volume + pitch/prosody-multiple-modifiers volume + pitch.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers volume + pitch/prosody-multiple-modifiers volume + pitch.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers volume + pitch/prosody-multiple-modifiers volume + pitch.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers volume + pitch/prosody-multiple-modifiers volume + pitch.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers volume + pitch/prosody-multiple-modifiers volume + pitch.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers volume + pitch/prosody-multiple-modifiers volume + pitch.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers volume + pitch/prosody-multiple-modifiers volume + pitch.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers volume + pitch/prosody-multiple-modifiers volume + pitch.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers volume + pitch/prosody-multiple-modifiers volume + pitch.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers volume + pitch/prosody-multiple-modifiers volume + pitch.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers volume + pitch + rate/prosody-multiple-modifiers volume + pitch + rate.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers volume + pitch + rate/prosody-multiple-modifiers volume + pitch + rate.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers volume + pitch + rate/prosody-multiple-modifiers volume + pitch + rate.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers volume + pitch + rate/prosody-multiple-modifiers volume + pitch + rate.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers volume + pitch + rate/prosody-multiple-modifiers volume + pitch + rate.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers volume + pitch + rate/prosody-multiple-modifiers volume + pitch + rate.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers volume + pitch + rate/prosody-multiple-modifiers volume + pitch + rate.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers volume + pitch + rate/prosody-multiple-modifiers volume + pitch + rate.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers volume + pitch + rate/prosody-multiple-modifiers volume + pitch + rate.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers volume + pitch + rate/prosody-multiple-modifiers volume + pitch + rate.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers volume + pitch + rate/prosody-multiple-modifiers volume + pitch + rate.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers volume + pitch + rate/prosody-multiple-modifiers volume + pitch + rate.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-multiple-modifiers volume + pitch + rate/prosody-multiple-modifiers volume + pitch + rate.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-pitch-semitones/prosody-pitch-semitones.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-pitch-semitones/prosody-pitch-semitones.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-pitch-semitones/prosody-pitch-semitones.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-pitch-semitones/prosody-pitch-semitones.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-pitch-semitones/prosody-pitch-semitones.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-pitch-semitones/prosody-pitch-semitones.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-pitch-semitones/prosody-pitch-semitones.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-pitch-semitones/prosody-pitch-semitones.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-rate-percent/prosody-rate-percent.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-rate-percent/prosody-rate-percent.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-rate-percent/prosody-rate-percent.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-rate-percent/prosody-rate-percent.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-rate-percent/prosody-rate-percent.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-rate-percent/prosody-rate-percent.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-rate-percent/prosody-rate-percent.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/prosody-rate-percent/prosody-rate-percent.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-fast/rate-standard-fast.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-fast/rate-standard-fast.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-fast/rate-standard-fast.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-fast/rate-standard-fast.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-fast/rate-standard-fast.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-fast/rate-standard-fast.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-fast/rate-standard-fast.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-fast/rate-standard-fast.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-fast/rate-standard-fast.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-fast/rate-standard-fast.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-fast/rate-standard-fast.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-fast/rate-standard-fast.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-fast/rate-standard-fast.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-fast/rate-standard-fast.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-medium/rate-standard-medium.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-medium/rate-standard-medium.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-medium/rate-standard-medium.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-medium/rate-standard-medium.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-medium/rate-standard-medium.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-medium/rate-standard-medium.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-medium/rate-standard-medium.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-medium/rate-standard-medium.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-medium/rate-standard-medium.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-medium/rate-standard-medium.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-medium/rate-standard-medium.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-medium/rate-standard-medium.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-medium/rate-standard-medium.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-medium/rate-standard-medium.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-slow/rate-standard-slow.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-slow/rate-standard-slow.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-slow/rate-standard-slow.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-slow/rate-standard-slow.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-slow/rate-standard-slow.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-slow/rate-standard-slow.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-slow/rate-standard-slow.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-slow/rate-standard-slow.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-slow/rate-standard-slow.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-slow/rate-standard-slow.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-slow/rate-standard-slow.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-slow/rate-standard-slow.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-slow/rate-standard-slow.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-slow/rate-standard-slow.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-x-fast/rate-standard-x-fast.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-x-fast/rate-standard-x-fast.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-x-fast/rate-standard-x-fast.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-x-fast/rate-standard-x-fast.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-x-fast/rate-standard-x-fast.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-x-fast/rate-standard-x-fast.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-x-fast/rate-standard-x-fast.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-x-fast/rate-standard-x-fast.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-x-fast/rate-standard-x-fast.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-x-fast/rate-standard-x-fast.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-x-fast/rate-standard-x-fast.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-x-fast/rate-standard-x-fast.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-x-fast/rate-standard-x-fast.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-x-fast/rate-standard-x-fast.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-x-slow/rate-standard-x-slow.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-x-slow/rate-standard-x-slow.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-x-slow/rate-standard-x-slow.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-x-slow/rate-standard-x-slow.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-x-slow/rate-standard-x-slow.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-x-slow/rate-standard-x-slow.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-x-slow/rate-standard-x-slow.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-x-slow/rate-standard-x-slow.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-x-slow/rate-standard-x-slow.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-x-slow/rate-standard-x-slow.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-x-slow/rate-standard-x-slow.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-x-slow/rate-standard-x-slow.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-x-slow/rate-standard-x-slow.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/rate-standard-x-slow/rate-standard-x-slow.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/say-as-modifiers last modifier wins/say-as-modifiers last modifier wins.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/say-as-modifiers last modifier wins/say-as-modifiers last modifier wins.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/say-as-modifiers last modifier wins/say-as-modifiers last modifier wins.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/say-as-modifiers last modifier wins/say-as-modifiers last modifier wins.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/say-as-modifiers last modifier wins/say-as-modifiers last modifier wins.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/say-as-modifiers last modifier wins/say-as-modifiers last modifier wins.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/say-as-modifiers last modifier wins/say-as-modifiers last modifier wins.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/say-as-modifiers last modifier wins/say-as-modifiers last modifier wins.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/say-as-modifiers last modifier wins/say-as-modifiers last modifier wins.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/say-as-modifiers last modifier wins/say-as-modifiers last modifier wins.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/say-as-modifiers last modifier wins/say-as-modifiers last modifier wins.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/say-as-modifiers last modifier wins/say-as-modifiers last modifier wins.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/say-as-modifiers last modifier wins/say-as-modifiers last modifier wins.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/say-as-modifiers last modifier wins/say-as-modifiers last modifier wins.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sections-standard/sections-standard.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sections-standard/sections-standard.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sections-standard/sections-standard.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sections-standard/sections-standard.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sections-standard/sections-standard.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sections-standard/sections-standard.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sections-standard/sections-standard.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sections-standard/sections-standard.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sections-standard/sections-standard.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sections-standard/sections-standard.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sections-standard/sections-standard.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sections-standard/sections-standard.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sections-standard/sections-standard.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sections-standard end speak tag at end/sections-standard end speak tag at end.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sections-standard end speak tag at end/sections-standard end speak tag at end.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sections-standard end speak tag at end/sections-standard end speak tag at end.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sections-standard end speak tag at end/sections-standard end speak tag at end.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sections-standard end speak tag at end/sections-standard end speak tag at end.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sections-standard end speak tag at end/sections-standard end speak tag at end.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sections-standard end speak tag at end/sections-standard end speak tag at end.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sections-standard end speak tag at end/sections-standard end speak tag at end.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sections-standard end speak tag at end/sections-standard end speak tag at end.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sections-standard end speak tag at end/sections-standard end speak tag at end.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sections-standard end speak tag at end/sections-standard end speak tag at end.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sections-standard end speak tag at end/sections-standard end speak tag at end.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sections-standard end speak tag at end/sections-standard end speak tag at end.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sections-standard voice section on same line/sections-standard voice section on same line.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sections-standard voice section on same line/sections-standard voice section on same line.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sections-standard voice section on same line/sections-standard voice section on same line.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sections-standard voice section on same line/sections-standard voice section on same line.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sections-standard voice section on same line/sections-standard voice section on same line.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sections-standard voice section on same line/sections-standard voice section on same line.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sections-standard voice section on same line/sections-standard voice section on same line.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sections-standard voice section on same line/sections-standard voice section on same line.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sections-standard voice section on same line/sections-standard voice section on same line.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sections-standard voice section on same line/sections-standard voice section on same line.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sections-standard voice section on same line/sections-standard voice section on same line.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sections-standard voice section on same line/sections-standard voice section on same line.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sections-standard voice section on same line/sections-standard voice section on same line.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sub-short/sub-short.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sub-short/sub-short.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sub-short/sub-short.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sub-short/sub-short.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sub-short/sub-short.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sub-short/sub-short.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sub-short/sub-short.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sub-short/sub-short.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sub-short/sub-short.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sub-short/sub-short.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sub-short/sub-short.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sub-short/sub-short.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sub-short/sub-short.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sub-short/sub-short.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sub-standard/sub-standard.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sub-standard/sub-standard.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sub-standard/sub-standard.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sub-standard/sub-standard.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sub-standard/sub-standard.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sub-standard/sub-standard.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sub-standard/sub-standard.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sub-standard/sub-standard.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sub-standard/sub-standard.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sub-standard/sub-standard.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sub-standard/sub-standard.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sub-standard/sub-standard.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sub-standard/sub-standard.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/sub-standard/sub-standard.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/timbre-standard/timbre-standard.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/timbre-standard/timbre-standard.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/timbre-standard/timbre-standard.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/time-standard/time-standard.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/time-standard/time-standard.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/time-standard/time-standard.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/time-standard/time-standard.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/time-standard/time-standard.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/time-standard/time-standard.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/time-standard/time-standard.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/time-standard/time-standard.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/time-standard/time-standard.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/time-standard/time-standard.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/time-standard/time-standard.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/time-standard/time-standard.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/unit-standard/unit-standard.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/unit-standard/unit-standard.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/unit-standard/unit-standard.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/unit-standard/unit-standard.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/unit-standard/unit-standard.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/unit-standard/unit-standard.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/unit-standard/unit-standard.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/unit-standard/unit-standard.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/unit-standard/unit-standard.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/unit-standard/unit-standard.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/unit-standard/unit-standard.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/unit-standard/unit-standard.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-azure-displayname/voice-azure-displayname.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-azure-displayname/voice-azure-displayname.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-azure-displayname/voice-azure-displayname.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-azure-displayname/voice-azure-displayname.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-azure-displayname/voice-azure-displayname.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-azure-displayname/voice-azure-displayname.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-azure-displayname/voice-azure-displayname.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-azure-displayname/voice-azure-displayname.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-azure-displayname/voice-azure-displayname.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-azure-displayname/voice-azure-displayname.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-azure-displayname/voice-azure-displayname.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-azure-displayname/voice-azure-displayname.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-azure-displayname/voice-azure-displayname.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard/voice-standard.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard/voice-standard.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard/voice-standard.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard/voice-standard.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard/voice-standard.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard/voice-standard.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard/voice-standard.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard/voice-standard.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard/voice-standard.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard/voice-standard.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard/voice-standard.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard/voice-standard.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard/voice-standard.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard device name/voice-standard device name.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard device name/voice-standard device name.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard device name/voice-standard device name.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard device name/voice-standard device name.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard device name/voice-standard device name.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard device name/voice-standard device name.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard device name/voice-standard device name.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard device name/voice-standard device name.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard device name/voice-standard device name.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard device name/voice-standard device name.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard device name/voice-standard device name.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard device name/voice-standard device name.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard device name/voice-standard device name.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard invalid name/voice-standard invalid name.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard invalid name/voice-standard invalid name.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard invalid name/voice-standard invalid name.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard invalid name/voice-standard invalid name.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard invalid name/voice-standard invalid name.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard invalid name/voice-standard invalid name.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard invalid name/voice-standard invalid name.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard invalid name/voice-standard invalid name.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard invalid name/voice-standard invalid name.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard invalid name/voice-standard invalid name.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard invalid name/voice-standard invalid name.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard invalid name/voice-standard invalid name.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard invalid name/voice-standard invalid name.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard lowercase name/voice-standard lowercase name.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard lowercase name/voice-standard lowercase name.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard lowercase name/voice-standard lowercase name.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard lowercase name/voice-standard lowercase name.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard lowercase name/voice-standard lowercase name.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard lowercase name/voice-standard lowercase name.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard lowercase name/voice-standard lowercase name.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard lowercase name/voice-standard lowercase name.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard lowercase name/voice-standard lowercase name.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard lowercase name/voice-standard lowercase name.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard lowercase name/voice-standard lowercase name.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard lowercase name/voice-standard lowercase name.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/voice-standard lowercase name/voice-standard lowercase name.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-loud/volume-standard-loud.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-loud/volume-standard-loud.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-loud/volume-standard-loud.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-loud/volume-standard-loud.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-loud/volume-standard-loud.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-loud/volume-standard-loud.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-loud/volume-standard-loud.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-loud/volume-standard-loud.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-loud/volume-standard-loud.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-loud/volume-standard-loud.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-loud/volume-standard-loud.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-loud/volume-standard-loud.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-loud/volume-standard-loud.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-loud/volume-standard-loud.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-medium/volume-standard-medium.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-medium/volume-standard-medium.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-medium/volume-standard-medium.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-medium/volume-standard-medium.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-medium/volume-standard-medium.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-medium/volume-standard-medium.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-medium/volume-standard-medium.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-medium/volume-standard-medium.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-medium/volume-standard-medium.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-medium/volume-standard-medium.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-medium/volume-standard-medium.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-medium/volume-standard-medium.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-medium/volume-standard-medium.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-medium/volume-standard-medium.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-silent/volume-standard-silent.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-silent/volume-standard-silent.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-silent/volume-standard-silent.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-silent/volume-standard-silent.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-silent/volume-standard-silent.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-silent/volume-standard-silent.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-silent/volume-standard-silent.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-silent/volume-standard-silent.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-silent/volume-standard-silent.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-silent/volume-standard-silent.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-silent/volume-standard-silent.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-silent/volume-standard-silent.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-silent/volume-standard-silent.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-silent/volume-standard-silent.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-soft/volume-standard-soft.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-soft/volume-standard-soft.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-soft/volume-standard-soft.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-soft/volume-standard-soft.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-soft/volume-standard-soft.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-soft/volume-standard-soft.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-soft/volume-standard-soft.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-soft/volume-standard-soft.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-soft/volume-standard-soft.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-soft/volume-standard-soft.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-soft/volume-standard-soft.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-soft/volume-standard-soft.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-soft/volume-standard-soft.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-soft/volume-standard-soft.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-x-loud/volume-standard-x-loud.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-x-loud/volume-standard-x-loud.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-x-loud/volume-standard-x-loud.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-x-loud/volume-standard-x-loud.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-x-loud/volume-standard-x-loud.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-x-loud/volume-standard-x-loud.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-x-loud/volume-standard-x-loud.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-x-loud/volume-standard-x-loud.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-x-loud/volume-standard-x-loud.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-x-loud/volume-standard-x-loud.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-x-loud/volume-standard-x-loud.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-x-loud/volume-standard-x-loud.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-x-loud/volume-standard-x-loud.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-x-loud/volume-standard-x-loud.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-x-soft/volume-standard-x-soft.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-x-soft/volume-standard-x-soft.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-x-soft/volume-standard-x-soft.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-x-soft/volume-standard-x-soft.apple.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-x-soft/volume-standard-x-soft.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-x-soft/volume-standard-x-soft.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-x-soft/volume-standard-x-soft.polly-neural.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-x-soft/volume-standard-x-soft.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-x-soft/volume-standard-x-soft.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-x-soft/volume-standard-x-soft.sapi.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-x-soft/volume-standard-x-soft.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-x-soft/volume-standard-x-soft.txt +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-x-soft/volume-standard-x-soft.w3c.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/volume-standard-x-soft/volume-standard-x-soft.watson.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/whisper-standard/whisper-standard.acapela-cloud.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/whisper-standard/whisper-standard.acapela.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/whisper-standard/whisper-standard.alexa.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/whisper-standard/whisper-standard.azure.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/whisper-standard/whisper-standard.google.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/whisper-standard/whisper-standard.polly.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/whisper-standard/whisper-standard.samsung.ssml +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/whisper-standard/whisper-standard.smd +0 -0
- {speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/tests/test-data/test-data/whisper-standard/whisper-standard.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[package]
|
|
2
2
|
name = "speechmarkdown-rust"
|
|
3
|
-
version = "0.4.
|
|
3
|
+
version = "0.4.10"
|
|
4
4
|
edition = "2021"
|
|
5
5
|
authors = ["SpeechMarkdown Contributors"]
|
|
6
6
|
description = "High-performance SpeechMarkdown parser with multi-language bindings"
|
|
@@ -15,6 +15,11 @@ quick-xml = "0.37"
|
|
|
15
15
|
serde = { version = "1.0", features = ["derive"] }
|
|
16
16
|
serde_json = "1.0"
|
|
17
17
|
thiserror = "1.0"
|
|
18
|
+
ipa-translate = { version = "0.2", optional = true }
|
|
19
|
+
|
|
20
|
+
[features]
|
|
21
|
+
default = ["phonetic-translation"]
|
|
22
|
+
phonetic-translation = ["dep:ipa-translate"]
|
|
18
23
|
|
|
19
24
|
[dev-dependencies]
|
|
20
25
|
# Removed problematic benchmark dependencies for now
|
|
@@ -10,8 +10,8 @@ let package = Package(
|
|
|
10
10
|
targets: [
|
|
11
11
|
.binaryTarget(
|
|
12
12
|
name: "SpeechMarkdownRust",
|
|
13
|
-
url: "https://github.com/AACTools/speechmarkdown-rust/releases/download/v0.4.
|
|
14
|
-
checksum: "
|
|
13
|
+
url: "https://github.com/AACTools/speechmarkdown-rust/releases/download/v0.4.9/SpeechMarkdownRust.xcframework.zip",
|
|
14
|
+
checksum: "98955acaaa84a2893e7cb6d81f404dc426b5b926be33ebc286a46f766ff2a5c9"
|
|
15
15
|
),
|
|
16
16
|
.target(
|
|
17
17
|
name: "CSpeechMarkdown",
|
{speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/bindings/dotnet/SpeechMarkdown.nuspec
RENAMED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<package>
|
|
3
3
|
<metadata>
|
|
4
4
|
<id>SpeechMarkdown</id>
|
|
5
|
-
<version>0.4.
|
|
5
|
+
<version>0.4.10</version>
|
|
6
6
|
<title>SpeechMarkdown</title>
|
|
7
7
|
<authors>SpeechMarkdown Contributors</authors>
|
|
8
8
|
<description>SpeechMarkdown parser - convert SpeechMarkdown syntax to SSML for Alexa, Google Assistant, Azure, and more.</description>
|
|
@@ -29,12 +29,27 @@ dependencies = [
|
|
|
29
29
|
"rustversion",
|
|
30
30
|
]
|
|
31
31
|
|
|
32
|
+
[[package]]
|
|
33
|
+
name = "ipa-translate"
|
|
34
|
+
version = "0.2.0"
|
|
35
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
36
|
+
checksum = "4c470a66e67f5e334a68a4a4e199b3926fad0a77bc91c663e9ef4a6be4dc68bd"
|
|
37
|
+
dependencies = [
|
|
38
|
+
"lazy_static",
|
|
39
|
+
]
|
|
40
|
+
|
|
32
41
|
[[package]]
|
|
33
42
|
name = "itoa"
|
|
34
43
|
version = "1.0.18"
|
|
35
44
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
36
45
|
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
|
|
37
46
|
|
|
47
|
+
[[package]]
|
|
48
|
+
name = "lazy_static"
|
|
49
|
+
version = "1.5.0"
|
|
50
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
51
|
+
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
52
|
+
|
|
38
53
|
[[package]]
|
|
39
54
|
name = "libc"
|
|
40
55
|
version = "0.2.186"
|
|
@@ -43,9 +58,9 @@ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
|
|
|
43
58
|
|
|
44
59
|
[[package]]
|
|
45
60
|
name = "memchr"
|
|
46
|
-
version = "2.8.
|
|
61
|
+
version = "2.8.3"
|
|
47
62
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
48
|
-
checksum = "
|
|
63
|
+
checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
|
|
49
64
|
|
|
50
65
|
[[package]]
|
|
51
66
|
name = "memoffset"
|
|
@@ -151,18 +166,18 @@ dependencies = [
|
|
|
151
166
|
|
|
152
167
|
[[package]]
|
|
153
168
|
name = "quote"
|
|
154
|
-
version = "1.0.
|
|
169
|
+
version = "1.0.46"
|
|
155
170
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
156
|
-
checksum = "
|
|
171
|
+
checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
|
|
157
172
|
dependencies = [
|
|
158
173
|
"proc-macro2",
|
|
159
174
|
]
|
|
160
175
|
|
|
161
176
|
[[package]]
|
|
162
177
|
name = "rustversion"
|
|
163
|
-
version = "1.0.
|
|
178
|
+
version = "1.0.23"
|
|
164
179
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
165
|
-
checksum = "
|
|
180
|
+
checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
|
|
166
181
|
|
|
167
182
|
[[package]]
|
|
168
183
|
name = "serde"
|
|
@@ -209,7 +224,7 @@ dependencies = [
|
|
|
209
224
|
|
|
210
225
|
[[package]]
|
|
211
226
|
name = "speechmarkdown-python"
|
|
212
|
-
version = "0.4.
|
|
227
|
+
version = "0.4.10"
|
|
213
228
|
dependencies = [
|
|
214
229
|
"pyo3",
|
|
215
230
|
"serde_json",
|
|
@@ -218,8 +233,9 @@ dependencies = [
|
|
|
218
233
|
|
|
219
234
|
[[package]]
|
|
220
235
|
name = "speechmarkdown-rust"
|
|
221
|
-
version = "0.4.
|
|
236
|
+
version = "0.4.10"
|
|
222
237
|
dependencies = [
|
|
238
|
+
"ipa-translate",
|
|
223
239
|
"quick-xml",
|
|
224
240
|
"serde",
|
|
225
241
|
"serde_json",
|
|
@@ -228,9 +244,9 @@ dependencies = [
|
|
|
228
244
|
|
|
229
245
|
[[package]]
|
|
230
246
|
name = "syn"
|
|
231
|
-
version = "2.0.
|
|
247
|
+
version = "2.0.118"
|
|
232
248
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
233
|
-
checksum = "
|
|
249
|
+
checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
|
|
234
250
|
dependencies = [
|
|
235
251
|
"proc-macro2",
|
|
236
252
|
"quote",
|
|
@@ -277,6 +293,6 @@ checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
|
|
|
277
293
|
|
|
278
294
|
[[package]]
|
|
279
295
|
name = "zmij"
|
|
280
|
-
version = "1.0.
|
|
296
|
+
version = "1.0.23"
|
|
281
297
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
282
|
-
checksum = "
|
|
298
|
+
checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"
|
|
Binary file
|
|
@@ -600,6 +600,14 @@ impl SsmlFormatterBase {
|
|
|
600
600
|
}
|
|
601
601
|
attrs
|
|
602
602
|
})),
|
|
603
|
+
"xsampa" | "praat" | "sil" | "branner" => {
|
|
604
|
+
let translated = translate_to_ipa(&key.to_lowercase(), value)?;
|
|
605
|
+
let mut attrs = vec![("alphabet".to_string(), "ipa".to_string())];
|
|
606
|
+
if !translated.is_empty() {
|
|
607
|
+
attrs.push(("ph".to_string(), translated));
|
|
608
|
+
}
|
|
609
|
+
Some(("phoneme".to_string(), attrs))
|
|
610
|
+
}
|
|
603
611
|
"sub" => {
|
|
604
612
|
if !value.is_empty() {
|
|
605
613
|
attributes.push(("alias".to_string(), value.to_string()));
|
|
@@ -735,6 +743,33 @@ impl SsmlFormatterBase {
|
|
|
735
743
|
}
|
|
736
744
|
}
|
|
737
745
|
|
|
746
|
+
/// Translate a phonetic-alphabet value to IPA.
|
|
747
|
+
///
|
|
748
|
+
/// Recognized keys (lowercase): `xsampa`, `praat`, `sil`, `branner`. Returns
|
|
749
|
+
/// `None` for any unrecognized key, or for every key when the
|
|
750
|
+
/// `phonetic-translation` feature is disabled — callers treat `None` as
|
|
751
|
+
/// "drop this modifier."
|
|
752
|
+
///
|
|
753
|
+
/// Conversion is infallible (garbage in, garbage out) per the upstream crate.
|
|
754
|
+
#[cfg(feature = "phonetic-translation")]
|
|
755
|
+
pub fn translate_to_ipa(key: &str, value: &str) -> Option<String> {
|
|
756
|
+
if value.is_empty() {
|
|
757
|
+
return Some(String::new());
|
|
758
|
+
}
|
|
759
|
+
match key {
|
|
760
|
+
"xsampa" => Some(ipa_translate::xsampa_to_ipa(value)),
|
|
761
|
+
"praat" => Some(ipa_translate::praat_to_ipa(value)),
|
|
762
|
+
"sil" => Some(ipa_translate::sil_to_ipa(value)),
|
|
763
|
+
"branner" => Some(ipa_translate::branner_to_ipa(value)),
|
|
764
|
+
_ => None,
|
|
765
|
+
}
|
|
766
|
+
}
|
|
767
|
+
|
|
768
|
+
#[cfg(not(feature = "phonetic-translation"))]
|
|
769
|
+
pub fn translate_to_ipa(_key: &str, _value: &str) -> Option<String> {
|
|
770
|
+
None
|
|
771
|
+
}
|
|
772
|
+
|
|
738
773
|
pub fn format_attr_string_ordered(tag_name: &str, attributes: &TagAttrs) -> String {
|
|
739
774
|
let fixed_order: Vec<&str> = match tag_name {
|
|
740
775
|
"say-as" => vec!["interpret-as", "format"],
|
|
@@ -789,3 +824,64 @@ impl Formatter for SsmlFormatterBase {
|
|
|
789
824
|
self.format_node_with_tags(node)
|
|
790
825
|
}
|
|
791
826
|
}
|
|
827
|
+
|
|
828
|
+
#[cfg(test)]
|
|
829
|
+
mod phonetic_alphabet_tests {
|
|
830
|
+
use super::*;
|
|
831
|
+
use crate::formatters::base::FormatterOptions;
|
|
832
|
+
|
|
833
|
+
fn fmt() -> SsmlFormatterBase {
|
|
834
|
+
SsmlFormatterBase::new(FormatterOptions::default())
|
|
835
|
+
}
|
|
836
|
+
|
|
837
|
+
#[cfg(feature = "phonetic-translation")]
|
|
838
|
+
#[test]
|
|
839
|
+
fn xsampa_value_becomes_ipa_phoneme_tag() {
|
|
840
|
+
let (tag, attrs) = fmt().attribute_to_tag("xsampa", "spitS").unwrap();
|
|
841
|
+
assert_eq!(tag, "phoneme");
|
|
842
|
+
assert_eq!(attrs_get(&attrs, "alphabet"), Some("ipa"));
|
|
843
|
+
assert_eq!(attrs_get(&attrs, "ph"), Some("spitʃ"));
|
|
844
|
+
}
|
|
845
|
+
|
|
846
|
+
#[cfg(feature = "phonetic-translation")]
|
|
847
|
+
#[test]
|
|
848
|
+
fn praat_sil_branner_all_emit_ipa_phoneme() {
|
|
849
|
+
let cases = [
|
|
850
|
+
("praat", r"p\rta\:ft\^h", "pɹaːtʰ"),
|
|
851
|
+
("sil", "si=l", "sɪl"),
|
|
852
|
+
("branner", "br&ae):nE&r^", "bɹæːnɜ˞"),
|
|
853
|
+
];
|
|
854
|
+
for (key, src, expected_ipa) in cases {
|
|
855
|
+
let (tag, attrs) = fmt().attribute_to_tag(key, src).unwrap();
|
|
856
|
+
assert_eq!(tag, "phoneme", "key {}", key);
|
|
857
|
+
assert_eq!(attrs_get(&attrs, "alphabet"), Some("ipa"), "key {}", key);
|
|
858
|
+
assert_eq!(
|
|
859
|
+
attrs_get(&attrs, "ph"),
|
|
860
|
+
Some(expected_ipa),
|
|
861
|
+
"key {}",
|
|
862
|
+
key
|
|
863
|
+
);
|
|
864
|
+
}
|
|
865
|
+
}
|
|
866
|
+
|
|
867
|
+
#[cfg(not(feature = "phonetic-translation"))]
|
|
868
|
+
#[test]
|
|
869
|
+
fn phonetic_keys_dropped_when_feature_disabled() {
|
|
870
|
+
for key in ["xsampa", "praat", "sil", "branner"] {
|
|
871
|
+
assert!(
|
|
872
|
+
fmt().attribute_to_tag(key, "anything").is_none(),
|
|
873
|
+
"{} should be dropped without phonetic-translation feature",
|
|
874
|
+
key
|
|
875
|
+
);
|
|
876
|
+
}
|
|
877
|
+
}
|
|
878
|
+
|
|
879
|
+
#[cfg(feature = "phonetic-translation")]
|
|
880
|
+
#[test]
|
|
881
|
+
fn empty_value_emits_phoneme_without_ph_attr() {
|
|
882
|
+
let (tag, attrs) = fmt().attribute_to_tag("xsampa", "").unwrap();
|
|
883
|
+
assert_eq!(tag, "phoneme");
|
|
884
|
+
assert_eq!(attrs_get(&attrs, "alphabet"), Some("ipa"));
|
|
885
|
+
assert_eq!(attrs_get(&attrs, "ph"), None);
|
|
886
|
+
}
|
|
887
|
+
}
|
{speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/src/formatters/ssml/google_assistant.rs
RENAMED
|
@@ -26,7 +26,7 @@ impl GoogleAssistantSsmlFormatter {
|
|
|
26
26
|
}
|
|
27
27
|
"excited" | "disappointed" => None,
|
|
28
28
|
"voice" | "lang" => None,
|
|
29
|
-
"ipa" => None,
|
|
29
|
+
"ipa" | "xsampa" | "praat" | "sil" | "branner" => None,
|
|
30
30
|
"style" => {
|
|
31
31
|
if !value.is_empty() {
|
|
32
32
|
attributes.push(("name".to_string(), value.to_string()));
|
|
@@ -40,8 +40,8 @@ impl GoogleAssistantSsmlFormatter {
|
|
|
40
40
|
fn format_google_text_modifier(&self, node: &AstNode) -> Result<String> {
|
|
41
41
|
let mut tags: Vec<TagInfo> = Vec::new();
|
|
42
42
|
let mut last_say_as: Option<TagInfo> = None;
|
|
43
|
-
let mut
|
|
44
|
-
let mut
|
|
43
|
+
let mut phonetic_key: Option<String> = None;
|
|
44
|
+
let mut non_phonetic_count = 0;
|
|
45
45
|
|
|
46
46
|
for key in &node.attribute_keys {
|
|
47
47
|
let value = match node.attributes.get(key) {
|
|
@@ -49,10 +49,15 @@ impl GoogleAssistantSsmlFormatter {
|
|
|
49
49
|
None => continue,
|
|
50
50
|
};
|
|
51
51
|
|
|
52
|
-
if
|
|
53
|
-
|
|
52
|
+
if matches!(
|
|
53
|
+
key.to_lowercase().as_str(),
|
|
54
|
+
"ipa" | "xsampa" | "praat" | "sil" | "branner"
|
|
55
|
+
) {
|
|
56
|
+
if phonetic_key.is_none() {
|
|
57
|
+
phonetic_key = Some(key.clone());
|
|
58
|
+
}
|
|
54
59
|
} else {
|
|
55
|
-
|
|
60
|
+
non_phonetic_count += 1;
|
|
56
61
|
}
|
|
57
62
|
|
|
58
63
|
if let Some(tag_info) = self.google_attribute_to_tag(key, value) {
|
|
@@ -71,15 +76,13 @@ impl GoogleAssistantSsmlFormatter {
|
|
|
71
76
|
}
|
|
72
77
|
}
|
|
73
78
|
|
|
74
|
-
if
|
|
79
|
+
if phonetic_key.is_some() && non_phonetic_count == 0 {
|
|
75
80
|
return Ok(node.text.clone());
|
|
76
81
|
}
|
|
77
82
|
|
|
78
|
-
if
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
.attribute_to_tag("ipa", node.attributes.get("ipa").unwrap_or(&String::new()))
|
|
82
|
-
{
|
|
83
|
+
if let Some(key) = phonetic_key {
|
|
84
|
+
let value = node.attributes.get(&key).cloned().unwrap_or_default();
|
|
85
|
+
if let Some(ipa_tag) = self.base.attribute_to_tag(&key, &value) {
|
|
83
86
|
tags.push(ipa_tag);
|
|
84
87
|
}
|
|
85
88
|
}
|
{speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/src/formatters/ssml/microsoft_azure.rs
RENAMED
|
@@ -416,11 +416,14 @@ impl Formatter for MicrosoftAzureSsmlFormatter {
|
|
|
416
416
|
let use_mstts = trimmed.contains("mstts:express-as");
|
|
417
417
|
if use_mstts {
|
|
418
418
|
Ok(format!(
|
|
419
|
-
"<speak xmlns:mstts=\"https://www.w3.org/2001/mstts\">\n{}\n</speak>",
|
|
419
|
+
"<speak version=\"1.0\" xmlns=\"http://www.w3.org/2001/10/synthesis\" xmlns:mstts=\"https://www.w3.org/2001/mstts\" xml:lang=\"en-US\">\n{}\n</speak>",
|
|
420
420
|
trimmed
|
|
421
421
|
))
|
|
422
422
|
} else {
|
|
423
|
-
Ok(format!(
|
|
423
|
+
Ok(format!(
|
|
424
|
+
"<speak version=\"1.0\" xmlns=\"http://www.w3.org/2001/10/synthesis\" xml:lang=\"en-US\">\n{}\n</speak>",
|
|
425
|
+
trimmed
|
|
426
|
+
))
|
|
424
427
|
}
|
|
425
428
|
} else {
|
|
426
429
|
Ok(content)
|
|
@@ -31,6 +31,21 @@ fn test_all_test_cases() {
|
|
|
31
31
|
.and_then(|n| n.to_str())
|
|
32
32
|
.unwrap_or("unknown");
|
|
33
33
|
|
|
34
|
+
// Fixtures that exercise the phonetic-translation feature; only
|
|
35
|
+
// run them when that feature is on.
|
|
36
|
+
#[cfg(not(feature = "phonetic-translation"))]
|
|
37
|
+
if matches!(
|
|
38
|
+
test_name,
|
|
39
|
+
"xsampa-standard"
|
|
40
|
+
| "xsampa-stress"
|
|
41
|
+
| "praat-standard"
|
|
42
|
+
| "sil-standard"
|
|
43
|
+
| "branner-standard"
|
|
44
|
+
| "combo-xsampa-emphasis"
|
|
45
|
+
) {
|
|
46
|
+
continue;
|
|
47
|
+
}
|
|
48
|
+
|
|
34
49
|
// Read the .smd input file
|
|
35
50
|
let smd_file = test_dir.join(format!("{}.smd", test_name));
|
|
36
51
|
if !smd_file.exists() {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
say (branner)[branner:"br&ae):nE&r^"] now
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
say branner now
|
speechmarkdown_rust-0.4.10/tests/test-data/test-data/combo-xsampa-emphasis/combo-xsampa-emphasis.smd
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(hello)[xsampa:"spitS";emphasis:"strong"]
|
speechmarkdown_rust-0.4.10/tests/test-data/test-data/combo-xsampa-emphasis/combo-xsampa-emphasis.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
hello
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
say (praat)[praat:"p\rta\:ft\^h"] now
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
say praat now
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
say (sil)[sil:"si=l"] now
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
say sil now
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
say (speech)[xsampa:"spitS"] now
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
say speech now
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
say (hello)[xsampa:"h@"loU"] now
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
say hello now
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/bindings/dotnet/SpeechMarkdown.targets
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
|
{speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/bindings/swift/SpeechMarkdown.swift
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
|
{speechmarkdown_rust-0.4.8 → speechmarkdown_rust-0.4.10}/src/formatters/ssml/amazon_alexa.rs
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
|