Edit of asset "DECtalkMini" Accepted
| Old/Current | New/Edit | |
|---|---|---|
| Title | DECtalkMini | |
| Description |
This tool provides access to DECtalk Text To Speech in your project! add it into your addons folder and use it as such ``` extends Node2D var dectalk = DECtalkMini.new() func _callback(iwave, length, phoneme) -> void: print(iwave) # waveform comes out here in 6.4ms callback chunks # Called when the node enters the scene tree for the first time. func _ready() -> void: dectalk.init(_callback) dectalk.start("Hello World", DECtalkMini.WAVE_FORMAT_1M16) dectalk.sync() # force audio out here # Called every frame. 'delta' is the elapsed time since the previous frame. func _process(delta: float) -> void: pass ``` |
This tool provides access to DECtalk Text To Speech in your project! add it into your addons folder and use it as such ``` extends Node2D var dectalk = DECtalkMini.new() func _callback(iwave, length, phoneme) -> void: print(iwave) # waveform comes out here in 6.4ms callback chunks # Called when the node enters the scene tree for the first time. func _ready() -> void: dectalk.init(_callback) dectalk.start("Hello World", DECtalkMini.WAVE_FORMAT_1M16) dectalk.sync() # force audio out here # Called every frame. 'delta' is the elapsed time since the previous frame. func _process(delta: float) -> void: pass ``` |
| Category | Misc | |
| License | MIT | |
| Repository Provider | Custom | |
| Repository Url | https://github.com/ByteSizedFox/DECtalkGodot | |
| Issues Url | ||
| Godot version | Godot 4.0 | |
| Version String | 1.2.0 | 1.2.0 |
| Download Commit | https://github.com/ByteSizedFox/DECtalkGodot/releases/download/v1.2/DECtalkMini.zip | https://github.com/ByteSizedFox/DECtalkGodot/releases/download/v1.2/DECtalkMini.zip |
| Download Url (Computed) | https://github.com/ByteSizedFox/DECtalkGodot/releases/download/v1.2/DECtalkMini.zip | https://github.com/ByteSizedFox/DECtalkGodot/releases/download/v1.2/DECtalkMini.zip |
| Icon Url |
https://raw.githubusercontent.com/dectalk/DECtalkMini/refs/heads/dectalk-develop/resources/paul.png
|
|