piyushjain0106
piyushjain0106
We’re currently live in production and rely on the audio-merging functionality of the library for our sentiment module. Because of this silence-computation bug, we’re unable to put our audio sentiment...
@markbackman You can get raw audio, but you'd have to get it directly from the transport provider. I even tried this https://docs.pipecat.ai/server/utilities/audio/audio-buffer-processor#event-handlers but the recording it is generating is coming...
@vipyne your pipecat version -> 0.0.87 python version -> 3.11 the transport type you are using -> FastAPIWebsocketTransport where the app is hosted / where you are seeing this behavior...
For my pipeline, frame is never of type of LLMFullResponseEndFrame. Do we push it to pipeline at some place? Because it is not getting generated via llm layer?