Skip to content

Tool to generate Graphviz graphs from HDA-Intel codec information

License

Notifications You must be signed in to change notification settings

Core-i99/Codec-Graph

Repository files navigation

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