1 post tagged
#avfoundation
Recording Live Audio Streams on iOS
A guide to using MTAudioProcessingTap to record tricky audio.
1 post tagged
A guide to using MTAudioProcessingTap to record tricky audio.
I have to find time to dig in and poke at this stuff, but I've been fairly busy as of late - but the last non-beta version should theoretically be fine if you're finding this a blocker. Appreciate the heads up otherwise! on todos_list Example Program Crashes in Release Mode 2 weeks ago
I guess it could be removed if it’s a formality - if it’s there it’s probably a decade or so old and I’d have no context beyond that lol
On Sun, Aug 11, 2024 at 22:27, Paul Pfeister @.***(mailto:On Sun, Aug 11, 2024 at 22:27, Paul Pfeister < wrote:
3 weeks agoHey @.(https://github.com/ryanmcgrath)> on Remove nose-cov dependency?
which unless I am mistaken
I do not believe you are. :)
A PR is welcome, otherwise I'll get to it in the next batch of fixes once I find the time. Thanks for the callout! on AttributedString::set_text_color uses range end as a length a month ago
I'll see about poking at this over the weekend since the way Windows finds the lib is a bit custom.
(I don't suppose there's a way to force the Cargo 1.78 behavior anywhere, is there?) on Build breaks after Cargo 1.79 a month ago
Someone is free to PR it, but with DriverKit being the way it is I feel like it'd be tricky to develop outside of this org - but perhaps with a properly disabled SIP + systemextensionctl setup it's possible.
You might be able to get away with using just gcusbadapter.kext
from the hjelmn project (with SIP kext checks disabled only, don't disable all of SIP necessarily), since GCAdapterDriver handles the part that gcusbadapter_raw.kext
does. kexts are not guaranteed to work forever though, so... YMMV.
on Expose GC Controllers to system as Gamepads? 2 months ago
Thanks for catching that, heh. Merged! on fix: typo in window’s set_subtitle fn 2 months ago
obj
/objc2
. @madsmtm might know more, otherwise I'd have to find time to dig in - and I'll be busy + traveling the next two weeks.
If you wanted to tinker and debug, a webview not loading sounds like something not getting retained somewhere - either the webview itself, or the webview's delegate. It's where I'd start looking at least. on Browser Example Broken 2 months ago
back
doesn't work?
And what version of macOS are you testing against...? on Browser Example Broken 2 months ago
CALayer
you own or a CALayer
backing an NSView
?
Since the objc
property of CALayer
is exposed publicly, you can message it directly with objc
calls (e.g let _: () = msg_send![my_view.layer.id, surface];
). You of course need to handle the lifetimes and safety yourself, but this is one of those territories where it's the preferred way of doing it at the moment.
If you wind up finding a more comfortable API and/or you want to buff the CALayer
wrapper to be more comprehensive, a pull request is always welcome. I wouldn't pull IOSurface
into this framework necessarily, similar to how Metal
isn't really in here either (though other crates exist for it). In general I just try to make it possible for crates to interop via the objc
layer if possible.
I considered making a channel on Matrix at one point, but the level of activity here isn't so significant that it's needed. on missing CALayer.contents -> Any? 2 months ago
Remove default features, no 32-col tables by default 2 months ago