search for: dataproc

Displaying 2 results from an estimated 2 matches for "dataproc".

2023 Aug 23
1
[EXT] Re: oggenc argument to make the stream not cut in the middle
...the replies on the mailing list. > > Also, I will send subsequent emails > only to the mailing list, be subscribed. > > On Aug 22 14:49:03, nguyenquocthao00 at gmail.com wrote: > > Please check these commands: > > ( curl https://storage.googleapis.com/maika-ai-ext/test/dataproc.wav && > > sleep 4) | oggenc - | play - > > ( curl https://storage.googleapis.com/maika-ai-ext/test/dataproc.wav && > > sleep 0) | oggenc - | play - > > ( curl https://storage.googleapis.com/maika-ai-ext/test/dataproc.wav && > > sleep 4) | play...
2023 Aug 25
0
[EXT] Re: oggenc argument to make the stream not cut in the middle
...be specific to the "live" playing. > And the problem is not from curl, > curl is only an example to replicate my problem. > If I download the file and > use cat instead of curl, it's the same Aaaargh, so why even bring curl into that? I'm working wth a local copy of dataproc.wav now, OK? ( cat dataproc.wav && sleep 0 ) | oggenc - | play - ( cat dataproc.wav && sleep 4 ) | oggenc - | play - ( cat dataproc.wav && sleep 8 ) | oggenc - | play - > All this has the same audio, Exactly, it just waits 4 resp. 8 seconds before encoding and playi...