Gravechapa / jack-ivshmem

JACK Audio ivshmem receiver for the scream https://github.com/duncanthrax/scream

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scream-ivshmem-jack

scream-ivshmem-jack is a scream receiver using JACK Audio Connection Kit as audio output and IVSHMEM to share the ring buffer between guest and host.

Compile

You need JACK Audio Connection Kit headers in advance.

$ sudo yum install libjack-devel # Redhat, CentOS, etc.
or
$ sudo apt-get install libjack-dev # Debian, Ubuntu, etc.

Run make command.

Usage

Launch your VM, make sure to have read permission for the shared memory device and execute

$ scream-ivshmem-jack /dev/shm/scream-ivshmem

About

JACK Audio ivshmem receiver for the scream https://github.com/duncanthrax/scream

License:Microsoft Public License


Languages

Language:C 98.0%Language:Makefile 2.0%