Skip to content

Xeddius/arss-fork

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Michel Rouzic wrote ARSS (Analysis & Resynthesis Sound Spectrograph) and maintained it through 2008.

The ARSS project page says "ARSS is now superseded by Photosounder", his non-FOSS spectrogram editor.

This repo is a fork of ARSS 0.2.3.

Building

cd src; cmake . && make

Examples

(mono WAV) → (spectrogram as raw 32-bit float matrix columns)

cat foo.wav | ./arss-fork STDIN STDOUT --min-freq 500 --max-freq 20000 --height 100 --pps 100 --analysis --float32-columns > foo.matrix

You may want: util_c/matrix2img

Changelog

0.3 : 2010-09-28

  • Support for reading from/to STDIN/STDOUT
  • Alternate output format: raw 32-bit float matrix columns.

Notes

("STDIN","STDOUT") used instead of ("-"/"-") due to the original project's option parser.

About

A command-line tool for (audio <--> spectrogram). A fork of ARSS 0.2.3.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.9%
  • CMake 2.1%