NaverWebTTS using papago
1.Insert text in papago and press "Listening pronunciation" Button
2.Fetch network requests and find audio url in header using content-type
3.Save audio url to file
from tts import NaverWebTTS
tts = NaverWebTTS()
tts.save(text, path)
text and path must be a string
This project use seleniumm, so you must have chrome(I use 121.0.6167.185 version). This project isn't suits well for live talk, using this method takes a long time(about 1~3sec).