quiniouben / vban

VBAN protocol open-source implementation
GNU General Public License v3.0
450 stars 63 forks source link

Add output to pipe option #10

Closed chrisnorthcott closed 7 years ago

chrisnorthcott commented 7 years ago

Would be nice to be able to pipe the output (whether that be via pipe() or stdout) so further processing can be done with programs like sox or similar, and from what I've gleaned of the code should be relatively simple to implement to the point I wouldn't mind taking a crack at it myself if you have other priorities.

chrisnorthcott commented 7 years ago

for the purposes of avoiding duplication of effort I've written a pipe (well, FIFO) backend now, just gonna play with and tweak it a bit before I submit a PR.

quiniouben commented 7 years ago

Hi, yes sure, it is a good idea, thank you for proposing and doing it. Just send the PR when it's ready.

quiniouben commented 7 years ago

Experimental Implementation done by crhisnorthcott integrated.