
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
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
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.