espeak-ruby icon indicating copy to clipboard operation
espeak-ruby copied to clipboard

Save bytes

Open gpinkham opened this issue 3 years ago • 0 comments

figured out a way to solve the question I had in this issue: https://github.com/dejan/espeak-ruby/issues/25

idea here is you can create multiple Speech objects along the process and capture the bytes for each.. combine into one array and call save(filename, speech).. (where speech is the combined bytes)..

gpinkham avatar Jan 17 '23 23:01 gpinkham