Skip to content

Lapic is a speech/singing synthesizer that uses LPC decoding.

License

Notifications You must be signed in to change notification settings

sausagenoods/lapic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lapic

Lapic is a simple speech synthesizer that uses LPC decoding. The default voicebank supports Turkish.

Usage

Usage: ./lapic -s "text" -o out.wav
	-s <text>
	-o <path>: PCM output to file
	-t <tempo value>
	-p <pitch value>
	-g <gain value>
	-a <aspiration value>
	-v <vibrato value> (100-10000)
	-h: print help

Examples

Default: ./lapic -s "Merhaba ben bir konuşma sentezleyiciyim" -o outfile.pcm
Whisper: ./lapic -s "uuuu spuuki" -a 0.002 -g 1 -o outfile.pcm
Vibrato: ./lapic -s "aaaaaaaaaa" -v 2500 -o outfile.pcm

Playback using aplay: ./play.sh -s "alsa ile gerçek zamanlı çalma" -t 2
Convert PCM using ffmpeg: ffmpeg -f f32le -ar 44100 -i outfile.pcm -acodec libmp3lame outfile.mp3

About

Lapic is a speech/singing synthesizer that uses LPC decoding.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages