Wataru/SidonSamples

Space

7

stars

16

commits

1

linked in READMEs

Dec 7, 2025

updated

static

README

Usage

  • Add your audio files to assets/audio/:
    • assets/audio/sample1_noisy.wav
    • assets/audio/sample1_restored.wav
  • Generate mel-spectrogram images (optional helper in tools/):
    • Install deps: pip install librosa matplotlib
    • Create images:
      • python tools/make_mel_images.py assets/audio/sample1_noisy.wav assets/mels/sample1_noisy.png
      • python tools/make_mel_images.py assets/audio/sample1_restored.wav assets/mels/sample1_restored.png
  • Open index.html and duplicate one of the “Sample” boxes to add more items. Update the file paths per sample.

The page uses Bulma CSS and standard HTML5 audio elements, so no backend is required. Serve statically (e.g., python -m http.server).

Website License

Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Contributors

Wataru

14 commits

Xenova

2 commits

Wataru/SidonSamples

Space

7

stars

16

commits

1

linked in READMEs

Dec 7, 2025

updated

static

README

Usage

  • Add your audio files to assets/audio/:
    • assets/audio/sample1_noisy.wav
    • assets/audio/sample1_restored.wav
  • Generate mel-spectrogram images (optional helper in tools/):
    • Install deps: pip install librosa matplotlib
    • Create images:
      • python tools/make_mel_images.py assets/audio/sample1_noisy.wav assets/mels/sample1_noisy.png
      • python tools/make_mel_images.py assets/audio/sample1_restored.wav assets/mels/sample1_restored.png
  • Open index.html and duplicate one of the “Sample” boxes to add more items. Update the file paths per sample.

The page uses Bulma CSS and standard HTML5 audio elements, so no backend is required. Serve statically (e.g., python -m http.server).

Website License

Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Contributors

Wataru

14 commits

Xenova

2 commits