How to get audio from speakers in pixilang?

Pixilang programming language
Post Reply
philipbergwerf
Posts: 174
Joined: Sat Mar 17, 2018 4:23 pm

How to get audio from speakers in pixilang?

Post by philipbergwerf »

@nightradio Can you give an short example how to basically setup an audio capture. I want to use this to create visual art that reacts on the music or audio you play in another application. So like the input_visualizer.pixi example but instead of the mic the audio played by your system. I couldn't find the proper way to set this up. I hope it's possible! Thankyou!
User avatar
NightRadio
Site Admin
Posts: 3941
Joined: Fri Jan 23, 2004 12:28 am
Location: Ekaterinburg. Russia
Contact:

Re: How to get audio from speakers in pixilang?

Post by NightRadio »

So like the input_visualizer.pixi example but instead of the mic the audio played by your system.
It works exactly the same as the Input module in SunVox. You can change the input device in SunVox/Pixilang settings, but if you need the sound from the system output, you will have to somehow configure it in the system settings
Post Reply