Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Converts English, Ukrain, Russian or Turkey text to speech. Solution based on Yandex SpeechKit Cloud technology.
Before usage you need to get an api key. Official site: https://developer.tech.yandex.ru (look for SpeechKit Cloud key)
require 'yandex_speech'
key = File.open('secret key/key').readline.strip
speaker = YandexSpeechApi::Speaker.new key: key, language: 'russian'
speaker.save_to_file 'Не будите спящего кота.'
YandexSpeechApi.key = File.open('secret key/key').readline.strip
message = "Don't trouble trouble until trouble troubles you"
speaker = YandexSpeechApi::Speaker.new voice: :zahar, speed: 1.1
speaker.say message
key = File.open('secret key/key').readline.strip
message = 'one two three. one two three. one two three four.'
speaker = YandexSpeechApi::Speaker.new do |s|
s.key = key
s.voice = :jane
s.language = :english
s.emotion = :good
end
speaker.say message
2000 symbols per request.
Released under the MIT License. See the LICENSE file for further details.
FAQs
Unknown package
We found that yandex_speech_api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.