1 post tagged
#objective-c
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.
It's been a few years since I touched this particular functionality, but (IIRC) I think I opted not to expose these because modern macOS modal views should really be using the sheets API. The filesystem
module uses this API as it just works around the thorny issue of handling file selection in a synchronous manner - this is typically an operation where "stop the world" isn't the end of the world.
That said, I think the PR is probably still useful - but I'd maybe add some additional documentation to the function docs that just notes the above. I also think you're right and that ModalResponse
should probably just move out if these methods are public. on Add wrappers for starting and stopping modal windows
a month ago
///
one liner above each then I'd be down to merge.
Thanks! on Added helper functions 2 months ago
If nothing else, might be useful to add a note to the struct docstring - for someone like me who's only ever looked at the spec once in an eternity, it might be a helpful thing to call out so people don't further author non-compliant feeds. on Should Content
use an enum to differentiate between src
and value
?
2 months ago
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 months ago