audio_thread_priority 0.15.0

Bump a thread to real-time priority, for audio work, on Linux, Windows and macOS
Documentation
1
2
3
4
5
all: target/debug/libaudio_thread_priority.a
	g++ atp_test.cpp target/debug/libaudio_thread_priority.a -I. -lpthread -ldbus-1 -ldl -g

target/debug/libaudio_thread_priority.a:
	cargo build