Audio and multi-threading

closed account (Dy7SLyTq)
so i know i can do both of those things in sfml, but i cant ever get it to install right so i wondered if there was already an implementation available that lets me multi-thread console c++ and output audio files in linux?
C++11 has support for threads. There are many audio libraries out there, just depends on what you need to do.

You can also use the Posix threads on *nix, or whatever the Windows version of threads is (probably in win32 API?)
closed account (Dy7SLyTq)
I'm doing linux ubuntu. Could u point me in the direction of
of a threading tutorial. Also what are some of the audio libraries?
http://www.yolinux.com/TUTORIALS/LinuxTutorialPosixThreads.html
is a pretty good tutorial for POSIX threads. Also openAL is a pretty good one that is free :D
Topic archived. No new replies allowed.