Ross ROSS = Recommend OSS · open-source software intelligence for agents

KinWaiCheuk/nnAudio

Audio processing by using pytorch 1D convolution network observed · 2026-08-28

github.com/KinWaiCheuk/nnAudio · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

60/100

  • Activity 83
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2557
  • days_rel: n/a
  • days_push: 105
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1127 stars · 97 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

nnAudio is a PyTorch-based audio processing toolbox that computes spectrograms (STFT, Mel, CQT, MFCC) using 1D convolutional neural networks. This enables on-the-fly spectrogram generation during training and makes the Fourier/CQT kernels trainable and differentiable.

Use cases

  • compute spectrograms on gpu during neural network training
  • trainable cqt kernels in pytorch
  • differentiable mel spectrogram for deep learning
  • audio preprocessing inside a pytorch model
  • stft and inverse stft with griffin-lim in pytorch
  • cross-platform alternative to torchaudio on windows

When to choose

  • you need trainable or differentiable spectrogram front-ends in PyTorch
  • you want fast GPU-accelerated audio feature extraction during training
  • torchaudio installation is problematic on your platform

When to avoid

  • you only need offline numpy-based analysis (use librosa)
  • you need a actively developed project - the successor nnAudio2 is maintained instead
  • you work outside the PyTorch ecosystem

Facets

library · maturity maintenance

audio-processing machine-learning deep-learning machine-learning deep-learning python cross-platform pytorch spectrogram stft mel-spectrogram cqt trainable-kernels gpu-audio audio gpu

2 sources

Member repositories

RepositoryRoleHealth v2
KinWaiCheuk/nnAudiomain60

For agents

markdown · JSON · MCP: product_card(name="KinWaiCheuk/nnAudio")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem