Skip to content

n1000/ttf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Text To Frequency

This is a toy program that converts a string into a sound file, where the input string is visible in the frequency domain.

PCM output is sent to stdout by default.

Example usage:

$ make
clang -c ttf.c -Wall
clang -o ttf ttf.o -lm
$ ./ttf "hello world" | oggenc -r -q 7 -C 1 - > test.ogg

About

Text to Frequency

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages