nikivanov / watney

Watney is a low-cost 3D-printable FPV rover
GNU General Public License v3.0
378 stars 39 forks source link

Anyway to Change the TTS Engine? #31

Closed rtaylo closed 2 years ago

rtaylo commented 2 years ago

I liked the old Watney 2.0 voice, any way to switch back?

nikivanov commented 2 years ago

I think this should work:

Here's the command that the new Watney executes to get it to say things: https://github.com/nikivanov/watney/blob/master/rover.conf#L53

Here's the command that the old Watney executes to get it to say things: https://github.com/nikivanov/watney/blob/2.0/rover.conf#L45

It might be as simple as replacing the command in the rover.conf with the old command. You'd also have to install espeak:

sudo apt-get install espeak
rtaylo commented 2 years ago

Excellent! That worked. Thank ya sir