sh-lee97/grafx
GRAFX: An Open-Source Library for Audio Processing Graphs in PyTorch
This library helps audio engineers and researchers design and experiment with complex audio processing workflows. You can define various audio operations, like filtering, effects, or analysis, as a graph, where audio signals flow between different processing steps. The output is a processed audio signal or analysis results, allowing for flexible and reproducible audio system design.
135 stars. No commits in the last 6 months.
Use this if you need to construct and test intricate audio signal processing chains, especially when working with machine learning models in PyTorch.
Not ideal if you just need a simple, ready-to-use audio effect or if you prefer a graphical user interface for drag-and-drop audio patching.
Stars
135
Forks
6
Language
Python
License
Apache-2.0
Category
Last pushed
Feb 03, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/sh-lee97/grafx"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
pyg-team/pytorch_geometric
Graph Neural Network Library for PyTorch
a-r-j/graphein
Protein Graph Library
raamana/graynet
Subject-wise networks from structural MRI, both vertex- and voxel-wise features (thickness, GM...
pykale/pykale
Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for...
dmlc/dgl
Python package built to ease deep learning on graph, on top of existing DL frameworks.