Artwork

Content provided by HPR Volunteer and Hacker Public Radio. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by HPR Volunteer and Hacker Public Radio or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://player.fm/legal.
Player FM - Podcast App
Go offline with the Player FM app!

HPR4172: Re: hpr4072 Piper voice synthesis

 
Share
 

Manage episode 431359449 series 44008
Content provided by HPR Volunteer and Hacker Public Radio. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by HPR Volunteer and Hacker Public Radio or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://player.fm/legal.

Clone piper and use the /opt directory

mkdir -p /opt/bin/piper/ sudo chown -R user /opt/bin/piper/ sudo apt install cmake git clone https://github.com/rhasspy/piper.git cd piper/ make cp install/piper* /opt/bin/piper/ cp install/lib* /opt/bin/piper/ exec /opt/bin/piper/piper

Voices

sudo apt install git-lfs git lfs install git clone https://huggingface.co/rhasspy/piper-voices cd piper-voices

Test voice

echo 'This sentence is spoken first. This sentence is synthesized while the first sentence is spoken.' |\ exec /opt/bin/piper/piper \ --model ~/git/piper-voices/en/en_GB/southern_english_female/low/en_GB-southern_english_female-low.onnx \ --output voice.wav
  continue reading

110 episodes

Artwork
iconShare
 
Manage episode 431359449 series 44008
Content provided by HPR Volunteer and Hacker Public Radio. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by HPR Volunteer and Hacker Public Radio or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://player.fm/legal.

Clone piper and use the /opt directory

mkdir -p /opt/bin/piper/ sudo chown -R user /opt/bin/piper/ sudo apt install cmake git clone https://github.com/rhasspy/piper.git cd piper/ make cp install/piper* /opt/bin/piper/ cp install/lib* /opt/bin/piper/ exec /opt/bin/piper/piper

Voices

sudo apt install git-lfs git lfs install git clone https://huggingface.co/rhasspy/piper-voices cd piper-voices

Test voice

echo 'This sentence is spoken first. This sentence is synthesized while the first sentence is spoken.' |\ exec /opt/bin/piper/piper \ --model ~/git/piper-voices/en/en_GB/southern_english_female/low/en_GB-southern_english_female-low.onnx \ --output voice.wav
  continue reading

110 episodes

All episodes

×
 
Loading …

Welcome to Player FM!

Player FM is scanning the web for high-quality podcasts for you to enjoy right now. It's the best podcast app and works on Android, iPhone, and the web. Signup to sync subscriptions across devices.

 

Quick Reference Guide