-
One interesting usage of tensorflow from the community is to process live audio stream. For that I think it would be great to support live audio stream in tensorflow-io so that more applications could…
-
Currently we have only:
```
fn encrypt(&self, m: BorrowMessage, seq: u64) -> Result;
```
We should have a variant that works like this:
```
fn encrypt(&self, m: Message, seq: u64) -> R…
-
Hi,
Thanks for sharing the work, when I try to run the vitl example in an A100 gpu, I found the inference time settles down to around 120ms rather than 13ms as stated in the repo, is there a reason…
-
I am trying to write some tools that involve writing data (given some `SendableRecordBatch` streams) and I've run into a number of rough spots with the API, and I wanted to
- It is a little frustr…
-
Hi,
I would like to know if you would consider (or have any plans already) to port the project for use with "plain" C (other than C++ and C#). I would use it, and not all the systems (even embedded m…
-
I've seen a multitude of independent WebRTC data channel implementations and all of them that use usrsctp underneath show the following behaviour:
* Throughput is CPU bound. For a modern i7 the cap…
-
We are running Lassie in [Filecoin Station](https://www.filstation.app) - an app that runs on desktop computers of (possibly non-technical) users. We want Stations to be unobtrusive to the user and le…
-
_From @ypresto on January 21, 2016 7:59_
It seems to rebuilding tokenized buffer on every operation in transaction.
![image](https://cloud.githubusercontent.com/assets/400558/12474497/019feaf4-c05f-…
-
https://en.wikipedia.org/wiki/OpenWrt
https://en.wikipedia.org/wiki/DD-WRT
This is only an idea, however I can see great perspective in the long term. To this day, it has been an rsyslog-free niche. …
-
I got xterm.js + xterm-add-image working under [DomTerm](https://domterm.org/xtermjs.html). However, it doesn't appear a sixel-produced image is saved by the serialize addon.
Specifically, I print…