X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=README;h=43e68c4fb2591653e93dc49028baebb9694d05d8;hb=c108212cf86f77df44d3a7fa92f12c9dcd592f7c;hp=ca7d8f74fe2c0b76f21ad4c5dc9214a0ae054fa9;hpb=5cb4274907d32fb8946558988461224196c2be59;p=nageru diff --git a/README b/README index ca7d8f7..43e68c4 100644 --- a/README +++ b/README @@ -11,9 +11,10 @@ Features: for intermediate calculations, dithered output. - Proper sound support: Syncing of multiple unrelated sources through - high-quality resampling, freely selectable input, cue out for headphones, - dynamic range compression, simple EQ (low-cut), level meters conforming - to EBU R128. + high-quality resampling, multichannel mixing with separate effects + per-bus, cue out for headphones, dynamic range compression, + three-band graphical EQ (pluss a fixed low-cut), level meters conforming + to EBU R128, automation via MIDI controllers. - Theme engine encapsulating the design demands of each individual event; Lua code is responsible for setting up the pixel processing @@ -63,6 +64,8 @@ Nageru is in beta stage. It currently needs: - Lua, for driving the theme engine. + - libpci, for printing friendly PCI device names in an error message. + If on Debian stretch or something similar, you can install everything you need with: @@ -71,7 +74,7 @@ with: libusb-1.0-0-dev liblua5.2-dev libzita-resampler-dev libva-dev \ libavcodec-dev libavformat-dev libswscale-dev libavresample-dev \ libmovit-dev libegl1-mesa-dev libasound2-dev libx264-dev libbmusb-dev \ - protobuf-compiler libprotobuf-dev + protobuf-compiler libprotobuf-dev libpci-dev Exceptions as of October 2016: