MCPcopy
hub / github.com/mudler/LocalAI / TTSStream

Method TTSStream

core/services/nodes/inflight.go:142–145  ·  view source on GitHub ↗
(ctx context.Context, in *pb.TTSRequest, f func(reply *pb.Reply), opts ...ggrpc.CallOption)

Source from the content-addressed store, hash-verified

140}
141
142func (c *InFlightTrackingClient) TTSStream(ctx context.Context, in *pb.TTSRequest, f func(reply *pb.Reply), opts ...ggrpc.CallOption) error {
143 defer c.track(ctx)()
144 return c.reconcile(c.inner.TTSStream(ctx, in, f, opts...))
145}
146
147func (c *InFlightTrackingClient) SoundGeneration(ctx context.Context, in *pb.SoundGenerationRequest, opts ...ggrpc.CallOption) (*pb.Result, error) {
148 defer c.track(ctx)()

Callers

nothing calls this directly

Calls 3

trackMethod · 0.95
reconcileMethod · 0.95
TTSStreamMethod · 0.65

Tested by

no test coverage detected