Ian Bishop
Ian Bishop
It shouldn't be left up to the network buffer to handle slow consumers. Consumers should provide an appropriately sized buffered channel when calling `Listen()`
While FM demod works at least as well as rtl_fm, for some reason AM demod is not working so well. I find I need to crank up the input gain...
For example a HTTP transfer done in chunks, using flowrate inside a `http.RoundTripper`: ``` Go func (t *limitTransport) RoundTrip(r *http.Request) (res *http.Response, err error) { body := flowrate.NewReader(r.Body, -1) r.Body...
Loading RSS feed from JS in Firefox or Chrome against http://rssgen.xyz fails with error `Blocked loading mixed active content`. AFAIK, this is due to HTTP being used instead of HTTPS....