Core-i99 / Codec-Graph

Tool to generate Graphviz graphs from HDA-Intel codec information

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codec-Graph

Script to generate Graphviz graphs from HDA-Intel codec information

GitHub License GitHub release GitHub stars GitHub Issues GitHub Pulls

Usage

Windows

  • Download Codec-Graph.exe from the Relase page and run it

macOS

  • Make sure python3 is installed!
  • Download Codec-Graph-Release.zip from the Relase page
  • Open terminal
  • Run python3 path/to/Codec_Graph.py

Node shape and colors

  • Amplifier: triangle
  • Audio input: red ellipse
  • Audio output: blue ellipse
  • Audio selector: parallelogram
  • Audio mixer: hexagon
  • Pin complex: rectangle

FAQ

Error: "Couldn't find Graphviz."

  • This means Graphviz isn't installed. Follow the instructions to install Graphviz.

Credits

About

Tool to generate Graphviz graphs from HDA-Intel codec information

License:GNU General Public License v2.0


Languages

Language:Python 100.0%