stsaz / fmedia

fast audio player/recorder/converter
BSD 2-Clause "Simplified" License
216 stars 21 forks source link

I like your software. fmedia is great! #99

Closed o0101 closed 10 months ago

o0101 commented 10 months ago

I saw you are revising the command line options. I hope you don't get rid of --dev-loopback and --out=@stdout it's really useful!

stsaz commented 10 months ago

I'm glad you like it!

I hope you don't get rid of --dev-loopback and --out=@stdout it's really useful!

Of course, they both are essential, I don't plan to drop them. With phiola this looks like this: phiola rec -loopback -dev 1 -o @stdout.wav | your_program

o0101 commented 10 months ago

Thank you. I will look up philoa now