padillamt
|
37361391d9
|
mtpadilla: removed ability to set base_url via constructor, set internally based on streaming variable
|
2025-07-25 09:16:56 -07:00 |
|
padillamt
|
acc5b9f210
|
inworld: change to function that stops all processing metrics
Co-authored-by: Mark Backman <m.backman@gmail.com>
|
2025-07-24 22:07:15 -07:00 |
|
padillamt
|
5fb1899aeb
|
inworld: removal of unnecessary default assignment as already handled
|
2025-07-24 21:42:42 -07:00 |
|
padillamt
|
7483422bd9
|
inworld: change set_voice uto use self._settings
Co-authored-by: Mark Backman <m.backman@gmail.com>
|
2025-07-24 21:23:03 -07:00 |
|
padillamt
|
16c20f3a99
|
inworld: removal of unnecessary default assignment since already done
Co-authored-by: Mark Backman <m.backman@gmail.com>
|
2025-07-24 21:15:34 -07:00 |
|
padillamt
|
d248c102c8
|
inworld: removal of unnecessary default assignment since already done
Co-authored-by: Mark Backman <m.backman@gmail.com>
|
2025-07-24 21:15:20 -07:00 |
|
padillamt
|
662550cc5e
|
mtpadilla: remove unused imports
|
2025-07-24 21:05:22 -07:00 |
|
padillamt
|
067f64389b
|
mtpadilla: no longer needed so making empty
|
2025-07-24 20:44:27 -07:00 |
|
padillamt
|
f6440ee6e1
|
mtpadilla: correct Examples header in comments
|
2025-07-24 13:36:40 -07:00 |
|
padillamt
|
b6367965cb
|
mtpadilla: consolidate streaming and non-streaming options into a single class with common API, with boolean switch variable added (streaming)
|
2025-07-23 16:50:32 -07:00 |
|
padillamt
|
147bf9cfe8
|
mtpadilla: addition of non-streaming option with own dedicated class, and related additional non-streaming test option
|
2025-07-23 15:28:43 -07:00 |
|
padillamt
|
a5d353030e
|
mtpadilla: small formatting fix to comments
|
2025-07-23 12:02:58 -07:00 |
|
padillamt
|
f29024bcc0
|
mtpadilla: update coments regarding temperature parameter
|
2025-07-23 11:47:26 -07:00 |
|
padillamt
|
1915407ff7
|
inworld: removed unreferenced is_first_chunk variable
|
2025-07-21 15:30:48 -07:00 |
|
padillamt
|
076a675a75
|
inworld: Fix...Set sample_rate=None in InworldHttpTTSService to match Cartesia pattern
|
2025-07-21 13:50:36 -07:00 |
|
padillamt
|
8eda2435a2
|
inworld: removed explicit references to language since our models currently infer that from the text.
|
2025-07-21 13:24:10 -07:00 |
|
padillamt
|
54ff946976
|
inworld: largely adjustments for docstring compatibility
|
2025-07-21 12:07:58 -07:00 |
|
padillamt
|
aadd088b50
|
inworld: commented out contents as per Pipecat guidance that this pattern is being retired
|
2025-07-21 10:52:55 -07:00 |
|
padillamt
|
e3711f96a3
|
inworld: added detailed comments
|
2025-07-20 17:06:35 -07:00 |
|
padillamt
|
1bc442e329
|
inworld: docstring fix
|
2025-07-18 15:13:19 -07:00 |
|
padillamt
|
2b76823b01
|
inworld: added comments to track a few things to confirm
|
2025-07-15 18:17:30 -07:00 |
|
padillamt
|
913dba3b74
|
inworld: class name change
|
2025-07-15 17:15:57 -07:00 |
|
padillamt
|
384838147a
|
inworld: removed unnecessary code from stop() and cancel()
|
2025-07-15 16:56:18 -07:00 |
|
padillamt
|
7861b911c0
|
inworld: first commit of __init__ and tts.py files
|
2025-07-15 16:50:50 -07:00 |
|
Mark Backman
|
9931ad2ce1
|
Merge pull request #2199 from Dev-Khant/add-host-support-in-Mem0
Add `host` support in Mem0 Memory
|
2025-07-15 11:41:15 -07:00 |
|
Filipi Fuchter
|
727af2e6fb
|
Only create the EmulateUserStartedSpeakingFrame if we have received a transcription.
|
2025-07-14 17:38:03 -03:00 |
|
Dev Khant
|
138890bc5c
|
Add support in Mem0 Memory
|
2025-07-14 18:08:25 +05:30 |
|
Mark Backman
|
4a2b4660bc
|
LmntTTSService: update the default model to blizzard
|
2025-07-13 10:54:43 -07:00 |
|
mattie ruth backman
|
fad5713ade
|
Fix append-to-context function call
|
2025-07-11 14:30:12 -07:00 |
|
Mark Backman
|
06c1255abe
|
fix: use a different aggregation timeout for emulated user speech (#2185)
* fix: use a different aggregation timeout for emulated user speech
* Add SpeechControlParamsFrame
* Update test_context_aggregator tests
|
2025-07-11 16:33:44 -04:00 |
|
Filipi Fuchter
|
5c3f4180b9
|
Refactored VAD analyzer to process multiple audio frames in a single iteration if needed.
|
2025-07-11 10:59:32 -03:00 |
|
Filipi Fuchter
|
1a146c2a64
|
Not serializing a JSON in case we have no audio.
|
2025-07-11 10:15:09 -03:00 |
|
Filipi Fuchter
|
eaeb9e6efa
|
Not creating InputAudioRawFrame in case we don't have bytes. Fixed for Pilvo, Exotel and Telnyx.
|
2025-07-11 09:51:38 -03:00 |
|
Filipi Fuchter
|
1200aa4fb8
|
Not creating InputAudioRawFrame in case we don't have bytes.
|
2025-07-10 21:56:34 -03:00 |
|
Filipi Fuchter
|
b2ead325c4
|
Fixed an issue in ParallelPipeline that caused errors when attempting to drain the queues.
|
2025-07-10 21:50:35 -03:00 |
|
kompfner
|
b610ee26ba
|
Merge pull request #2181 from pipecat-ai/pk/fix-aws-nova-sonic-pipeline-freeze
Fix a pipeline freeze when using AWS Nova Sonic. The freeze occurs if…
|
2025-07-10 16:30:55 -04:00 |
|
Paul Kompfner
|
2b867f1613
|
Fix a pipeline freeze when using AWS Nova Sonic. The freeze occurs if the user starts speaking before we've finished sending the "trigger " audio (AWS Nova Sonic can only start speaking in response to a user utterance, so we have a simulated user utterance to "trigger" the bot speaking without the user having actually spoken first).
|
2025-07-10 15:57:05 -04:00 |
|
Mark Backman
|
7b8fe565c7
|
Merge pull request #2182 from pipecat-ai/mb/run-example-usage
run.py: Add example usage to the module docstring
|
2025-07-10 12:48:29 -07:00 |
|
Mark Backman
|
a246862910
|
run.py: Add example usage to the module docstring
|
2025-07-10 11:41:49 -07:00 |
|
carolin-tavus
|
f0d8499f7e
|
feat: avoid checking microphone enabled
|
2025-07-10 09:40:27 +00:00 |
|
Mark Backman
|
d98b6b418d
|
Release prep for 0.0.75 (#2169)
* Update CHANGELOG for 0.0.75 release
* Add RTVI changes to CHANGELOG
* Update CHANGELOG, add deprecation directives to rtvi.py
---------
Co-authored-by: mattie ruth backman <mattieruth@gmail.com>
|
2025-07-08 15:39:44 -04:00 |
|
Mark Backman
|
b55b9c257b
|
RivaSTTService: remove reset_watchdog, which is handled in the WatchdogQueue already
|
2025-07-08 11:19:47 -07:00 |
|
Mark Backman
|
a9d824753b
|
Fix: NeuphonicTTSService to use latest websocket API
|
2025-07-08 11:08:08 -07:00 |
|
Filipi da Silva Fuchter
|
3c6a208101
|
Merge pull request #2148 from pipecat-ai/filipi/aws_bedrock
Refactoring AWSBedrockLLMService to work async
|
2025-07-08 12:14:28 -03:00 |
|
Mark Backman
|
931f34fccd
|
OLLamaLLMService: Pass kwargs
|
2025-07-08 07:17:18 -07:00 |
|
Mark Backman
|
f2509adec1
|
Merge pull request #2162 from pipecat-ai/mb/tts-service-aggregate-sentences
TTS services: Add aggregate_sentences arg
|
2025-07-08 07:14:58 -07:00 |
|
Filipi Fuchter
|
74da197304
|
Refactored AWSBedrockLLMService and AWSPollyTTSService to work asynchronously using aioboto3 instead of the boto3 library.
|
2025-07-08 07:28:23 -03:00 |
|
mattie ruth backman
|
2959029151
|
PR Review fixes
|
2025-07-07 15:56:08 -07:00 |
|
mattie ruth backman
|
e590441b7b
|
Add support for about info in ready messages and add deprecation comments to deprecated types
|
2025-07-07 15:56:08 -07:00 |
|
mattie ruth backman
|
43049c865c
|
Add support for new RTVI client message protocol: handling and responding
|
2025-07-07 15:56:08 -07:00 |
|