Method
TTSStream
(ctx context.Context, in *pb.TTSRequest, f func(reply *pb.Reply), opts ...ggrpc.CallOption)
Source from the content-addressed store, hash-verified
| 140 | } |
| 141 | |
| 142 | func (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 | |
| 147 | func (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
Tested by
no test coverage detected