espeak-ruby
espeak-ruby copied to clipboard
Save bytes
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)..