drensin / Remixatron

Infinite Jukebox on the command line in Python. It groups musically similar beats of a song into clusters and then plays a random path through the song that makes musical sense, but not does not repeat. It will do this infinitely.
Apache License 2.0
151 stars 24 forks source link

is there a way to stream to e.g. virtual dj ? #11

Open beppe9000 opened 4 years ago

drensin commented 4 years ago

which platform? Soundflower is a really good way to "tee and route" audio from one source to another. If you're on Linux, then Jack is another good alternative.

-dave

On Fri, Dec 13, 2019 at 10:16 PM beppe9000 notifications@github.com wrote:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/drensin/Remixatron/issues/11?email_source=notifications&email_token=AACXTPBUMAUMND62OSI7ZLLQYNVIVA5CNFSM4J2LRQ6KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IAJP3DA, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACXTPC4SMSG74JWDEACFH3QYNVIVANCNFSM4J2LRQ6A .

beppe9000 commented 4 years ago

After some search I think this might be useful on Windows. https://www.vb-audio.com/Cable/index.htm But what I was asking for (streaming the output of this program to a vdj deck) is probably constrained by the mixing software support... not sure what software would support that.