Skip to content

rafael-santiago/shh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

shh

This code is an old ioccc entry of mine. Unfortunately I have never won with this. Maybe this code does not implement a rather useless task...

Anyway, this code implements a vocal reducer. It works with WAVE format only and the audio must be encoded as PCM (no compression, raw sound).

How to build it?

Originally I had used Make but it sucks in several ways.

Now in order to build it you need Hefesto.

After install Hefesto on your system being inside shh src subdirectory just type the following command on shell:

    doctor@TARDIS:~/shh/src# hefesto

A subdirectory bin will be created and inside it you probably will find an elf named shh.

I think now with Hefesto here you can build shh on Windows. If it worked for you, please let me know.

How to use shh?

The usage of shh is pretty straightforward:

shh <.wav input file path> <.wav output file path>

Note that is important avoid using instrumental songs with shh otherwise this vocal reducer will not work....

and...

Please do not promote karaoke parties... I beg you!!

About

An old ioccc entry of mine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages