Replies: 3 comments 3 replies
-
What kind of problem you met ? In my project I separated input & output to 2 UAC instances so it's easier to deal with, as I've independent clock source. Here is my desc:
|
Beta Was this translation helpful? Give feedback.
-
Thanks so much. That really helped. For others and future me looking at my code above, the critical thing I was doing wrong was the arguments that I passed to If you're ever in the Bay Area of California, look me up. I'll buy you a coffee or beer. |
Beta Was this translation helpful? Give feedback.
-
Excellent, thank you!! I'll have a look.
Ray Rischpater, KF6GPE | kf6gpe.org | @kf6gpe
<http://www.twitter.com/kf6gpe>
…On Tue, Oct 17, 2023 at 12:19 PM HiFiPhile ***@***.***> wrote:
Thanks, never went to the US before :)
A new PR #2282 <#2282> is up for
some IN transfer improvements, for your it's case useful as you use 44.1k &
48k multi-rate, you can test it out.
—
Reply to this email directly, view it on GitHub
<#2281 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAK6QRABT36OBIIAFHXR6J3X73K53AVCNFSM6AAAAAA6C5KEKCVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TGMBXGU3TG>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I'm currently trying to implement isochronous feedback on a USB audio endpoint. I'm getting close, I think, although the target isn't working with Windows yet (I can get things to work with my former endpoint, and I see bytes going through the wire via tinyusb's debug hooks, so I'm above the level of hardware.
I think I've just got issues with the descriptors.
Here's my descriptors definition --- it's for two-channel bidirectional audio at 4800 and 44100, largely lifted from the tinyusb audio examples (thanks!)
Has anyone else gotten this working? Care to share your descriptor, or eyeball mine and let me know if you see something I may be missing?
Thanks loads. Once again, kudos to folks who have contributed to tinyusb. We've gotten quite far with it already.
Beta Was this translation helpful? Give feedback.
All reactions