Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.06 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.06 KB

owl

owl integrates Windows with the PulseEight USB CEC adapter via libcec.

Features

  • Control your HDMI-CEC enabled sound system via Windows
  • Improved audio quality
    • Using hardware mixing prevents Windows reducing the audio bit-depth
  • Quick source switch
    • Pressing any key will switch the active source to the PC

Setup

Hardware

  • Acquire a HDMI-CEC adapter
  • Connect the TV to the HDMI input of the adapter
  • Connect the PC to the HDMI output of the adapter
  • Connect the adapter to the PC via USB cable

Software

cargo install --git https://github.com/opeik/owl.git
owl

License

This project is licensed under GPLv2. The cec and cec_sys crates are modified versions of cec-rs and libcec-sys, respectively, and maintains their original GPLv2 license.