2023-07-27 03:54:36

@950
thanks a lot for the explanations.

2023-08-27 03:54:35

So, I'm trying to create a Synthizer buffer using raw audio data read from stdout using Python, but just passing the bytes to the Buffer.from_encoded_data method returns an "unsupported audio format" error. Am I doing this wrong? Any ideas on how to begin debugging this? I'm able to save the audio to disk and play it. If curious, I'm generating audio with ESpeak, and according to the documentation "The data starts with a WAV file header which indicates the sample rate and format of the data. The length field is set to zero because the length of the data is unknown when the header is produced."

Trying to free my mind before the end of the world.

2023-08-27 17:11:06

I have no idea. Maybe the Rust version will be better?  But I bet it's that length header.  .wav doesn't really support streaming.

My Blog
Twitter: @ajhicks1992

2023-08-31 21:44:13

I'm looking forward to the Rust version. I've completed a small project using the C release currently on crates.io, and am excited to update it when the rust-focused one comes out.

2023-08-31 22:49:52

I'd be excited to have extra time to work on it, heh.  Guess who just had half their team get laid off, including critical members for the org?  So yeah, uh, we'll see how that goes.  But it's actually closer than it appears to be.  Except not having time.

My Blog
Twitter: @ajhicks1992

2023-09-10 14:57:42

I'll be hoping for that... situation... to be resolved quickly and favorably, then smile
In the meantime the C version is working very well indeed.

2023-12-04 08:11:41

Hello.
Please tell me, is there an option to output sounds from the synthesizer to different output devices?

2023-12-04 17:27:20

No. In the new one there will be.

My Blog
Twitter: @ajhicks1992

2023-12-05 07:29:51

Ok, thanks.