Greg Brisebois
Greg Brisebois
I had a go at implementing the above rules and it's actually tricky, because the fact that `omitempty` can change the nullability of the field means that the registry potentially...
Tested this with Orval and it does produce usable results: ```go "200": { Content: map[string]*huma.MediaType{ "application/json": { Schema: &huma.Schema{ Type: huma.TypeObject, Properties: map[string]*huma.Schema{ "field": { OneOf: []*huma.Schema{ { Type: "string",...
Hey, did you find a solution? I have the exact same issue, Windows 10.
Interestingly, even if I specifically install `speaker`, I get the message `'speaker' package not found, using 'audio-sink' instead`. I don't know if that's related or not.
`audio-play` version is 2.2.1. The `ls` of my dependencies looks like: ``` [email protected] C:\Development\temp\audio-test +-- [email protected] | +-- [email protected] | +-- [email protected] | | +-- [email protected] | | | +--...
I looked at `play-sound` and got it working but I need the ability to start playing exactly when I want to, not have it load and play in the same...
@dy same, it's no rush, I can work around it. Thanks!
@BradTotaro I never did use `play-sound`, as I needed the ability to load the audio into memory separately from starting playback so I could start playback instantly. I ended up...
@fusionstream I just revisited this problem a couple days ago and I used `node-speaker` and `node-lame` and got it to do what I wanted. If I run into issues with...