codecgraph
Generates graphviz graphs from HDA-Intel codec information
Install
- All systems
-
curl cmd.cat/codecgraph.sh
- Debian
-
apt-get install codecgraph
- Ubuntu
-
apt-get install codecgraph
- Kali Linux
-
apt-get install codecgraph
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install codecgraph
- Raspbian
-
apt-get install codecgraph
- Dockerfile
- dockerfile.run/codecgraph
codecgraph
Generates graphviz graphs from HDA-Intel codec information
Codecgraph is a tool to generate a graph based on the ALSA description of a High Definition Audio codec. The generated graph depicts the HDA codec layout and node connections, helping driver troubleshooting and maintenance. Codecgraph's parser reads the codec description from /proc/asound/card*/codec#0 and parsed data is sent to Graphviz for actual graph generation.