Avatar for the langflow-ai user
langflow-ai
langflow
BlogDocsChangelog

feat: voice mode tts endpoint

#7294Merged
Comparing
voice-mode-tts
(
8f275e1
) with
main
(
e82b23f
)
CodSpeed Performance Gauge
+59%
Improvements
2
Regressions
0
Untouched
17
New
0
Dropped
0
Ignored
0

Benchmarks

Improved

test_cancel_nonexistent_build
src/backend/tests/unit/test_chat_endpoint.py::test_cancel_nonexistent_build
CodSpeed Performance Gauge
+59%
12.2 ms
7.7 ms
test_build_flow_invalid_job_id
src/backend/tests/unit/test_chat_endpoint.py::test_build_flow_invalid_job_id
CodSpeed Performance Gauge
+55%
12.4 ms
8 ms

Passed

test_successful_run_with_input_type_any
src/backend/tests/unit/test_endpoints.py::test_successful_run_with_input_type_any
CodSpeed Performance Gauge
+5%
179.9 ms
171 ms
test_build_flow_start_only
src/backend/tests/unit/test_chat_endpoint.py::test_build_flow_start_only
CodSpeed Performance Gauge
+3%
242.9 ms
236.3 ms
test_build_flow_start_with_inputs
src/backend/tests/unit/test_chat_endpoint.py::test_build_flow_start_with_inputs
CodSpeed Performance Gauge
+1%
230.9 ms
228 ms
test_successful_run_with_input_type_text
src/backend/tests/unit/test_endpoints.py::test_successful_run_with_input_type_text
CodSpeed Performance Gauge
+1%
169.9 ms
168.7 ms
test_cancel_build_failure
src/backend/tests/unit/test_chat_endpoint.py::test_cancel_build_failure
CodSpeed Performance Gauge
0%
256.4 ms
255.3 ms
test_cancel_build_success
src/backend/tests/unit/test_chat_endpoint.py::test_cancel_build_success
CodSpeed Performance Gauge
0%
238.1 ms
237.2 ms
test_cancel_build_with_cancelled_error
src/backend/tests/unit/test_chat_endpoint.py::test_cancel_build_with_cancelled_error
CodSpeed Performance Gauge
0%
257.1 ms
256.3 ms
test_get_all
src/backend/tests/unit/test_endpoints.py::test_get_all
CodSpeed Performance Gauge
0%
725.7 ms
723.6 ms
test_build_flow
src/backend/tests/unit/test_chat_endpoint.py::test_build_flow
CodSpeed Performance Gauge
0%
240.9 ms
240.2 ms
test_build_flow_polling
src/backend/tests/unit/test_chat_endpoint.py::test_build_flow_polling
CodSpeed Performance Gauge
0%
254.4 ms
253.9 ms
test_build_flow_invalid_flow_id
src/backend/tests/unit/test_chat_endpoint.py::test_build_flow_invalid_flow_id
CodSpeed Performance Gauge
0%
489.6 ms
489.4 ms
test_build_flow_from_request_data
src/backend/tests/unit/test_chat_endpoint.py::test_build_flow_from_request_data
CodSpeed Performance Gauge
0%
254.5 ms
254.5 ms
test_starter_projects
src/backend/tests/unit/test_endpoints.py::test_starter_projects
CodSpeed Performance Gauge
0%
1.2 s
1.2 s
test_successful_run_with_output_type_debug
src/backend/tests/unit/test_endpoints.py::test_successful_run_with_output_type_debug
CodSpeed Performance Gauge
0%
170.3 ms
170.5 ms
test_invalid_run_with_input_type_chat
src/backend/tests/unit/test_endpoints.py::test_invalid_run_with_input_type_chat
CodSpeed Performance Gauge
-1%
16.5 ms
16.6 ms
test_cancel_build_unexpected_error
src/backend/tests/unit/test_chat_endpoint.py::test_cancel_build_unexpected_error
CodSpeed Performance Gauge
-1%
756.9 ms
766.5 ms
test_successful_run_with_output_type_any
src/backend/tests/unit/test_endpoints.py::test_successful_run_with_output_type_any
CodSpeed Performance Gauge
-2%
164.3 ms
167.3 ms

Commits

Click on a commit to change the comparison range
Base
main
e82b23f
+54%
new endpoint
76d40e1
5 days ago
by phact
-97%
šŸ› (voice_mode.py): remove unnecessary comment and update input parameter in speech creation function šŸ› (use-start-conversation.ts): update WebSocket URL to use flow_tts endpoint and add support for audio language and input audio transcription model in WebSocket session update configuration
aedd3c5
5 days ago
by Cristhianzl
+99%
šŸ“ (voice_mode.py): add "voice" attribute with value "coral" to TTSConfig class for voice mode customization ā™»ļø (use-start-conversation.ts): refactor code to use "transcription_session.update" type and update session attributes based on audioSettings and audioLanguage variables
b22b363
5 days ago
by Cristhianzl
+74%
āœØ (voice_mode.py): update voice parameter value to "coral" for better voice quality and clarity in TTS websocket flow.
db7569e
5 days ago
by Cristhianzl
-73%
āœØ (voice_mode.py): add support for configuring OpenAI voice setting in TTSConfig class šŸ› (voice_mode.py): fix updating OpenAI voice setting in flow_tts_websocket function šŸ“ (use-start-conversation.ts): update voice settings format for flow_tts endpoint to include voice and provider information
eb937de
5 days ago
by Cristhianzl
-57%
šŸ› (use-start-conversation.ts): fix issue with immediate startRecording function call by adding a 300ms delay to ensure proper initialization
8fdcdc1
5 days ago
by Cristhianzl
+57%
[autofix.ci] apply automated fixes
6c26f9a
5 days ago
by autofix-ci[bot]
+2%
fixed tts and 11l
8f275e1
4 days ago
by phact
Ā© 2025 CodSpeed Technology
Home Terms PrivacyDocs