Is there a library for that outputs sound from the pc?

I wanted to solve a challenge with Elixir but it needs to output sound and I’m wondering if there is something that does this? I don’t use Python but I see that it has ‘Winsound’ which kinda does what I need to do. :slight_smile:

Just a “beep” with a a pre-fixed frequency or something similar can do the job.

1 Like

If you have PortAudio support on your OS then there is erlaudio, otherwise the traditional way is with a Port. :slight_smile:

I will take a look on this, thanks!