I have a privacy policy for my account now. But it only really applies to my software, as a Sticker Pack can't really be phoning home with telemetry or crash reports.
Post
Replies
Boosts
Views
Activity
I already solved this. It was meant to support either single short replies, or continuous data streaming at a regular playback rate, for playing streaming audio. It turned out to be rather a poor choice for audio streaming in the end.
I ended up borrowing a libcurl solution from the DeaDBeeF audio player project. I also added an option to disable peer verification, in case users must use stream servers with either self-signed or expired certificates. It uses the system's libcurl, so it fits the exemption for not bundling any encryption solutions.
This was fixed eventually, and is at least working properly by 12.4.
I already solved my problem.
https://github.com/losnoco/Cog/blob/main/Audio/Output/OutputAVFoundation.m
AVSampleBufferAudioRenderer supports this perfectly on macOS Monterey (12.0). Plus, the API, even without spatial audio support, is supported all the way down to High Sierra (10.13). You can see where, in my implementation, that I use a function gated by if(@available(macOS 12.0, *)) to enable spatialization. I also use the timed event reporting observer to keep track of the playback position, since currentTime requires Mojave (10.14).
All of the above. Rebooting my primary machine to test a beta is not feasible, I am regularly in video calls throughout the day, and I would have to disrupt them every time I reboot. The beta is still not stable enough for me to consider running it for regular use. I currently have no less than 5 outstanding feedback issues filed, none of which have been answered yet. One of them is the ability to actually respond to Feedback questions from Apple, which is currently broken. The "This is fixed" / "This is not fixed" bubble prompts do not appear in the dialog, so it is impossible to send a response to Apple.
Tested this on 12.4, still having troubles.
Looks like two games I tested have broken controller support. Both of them are Unity games using the InControl framework. I tried three controllers with each: An Xbox Series X controller, a DualShock 4 controller, and a Stadia Pro controller connected via USB, which appears as a generic controller with vaguely Xinput like features.
Games tested: The World Next Door, Turnip Boy Commits Tax Evasion.
Unrelated, Barony for macOS seems to require me to double-click for it to register a single left click now. Cool, games get progressively more broken.
Same for me on 2020 M1 Mac mini and attempting to run ai-benchmark. Defeats the whole point of even benchmarking if the library is busted.
Fails on test 17/19, Pixel-RNN, due to the alignment issue with the allocator. The tensorflow-opencl software had a similar issue back in 2017 that had to be solved by enforcing memory alignment in the allocator(s).
Experiencing this issue with Apple's own Support Forum from iPadOS 15 beta. Log in with fingerprint id, type a message, immediately get a session timeout asking me to "recover" my message, which asks me to log in again, but discards the message I typed. And attempting to type a new message and submit it results in the same session timeout.
I got this error from Xcode when attempting to compile this rather simple floating point constant:
Float((1.0 / 255.0) * 0.5 - (1.0e-7 * (1.0 / 255.0) * 0.5))
It's a clipping constant for 8 bit per pixel image data in the floating point space.
Just thought I'd add my own experience, since the other topic is now locked, and it seems relevant to this topic. I one again experienced this error 1048 submitting Developer ID bundles for notarization. It seems I needed to log into developer.apple.com, which somehow hadn't authorized this particular computer for login yet. Once I'd logged into it in Safari, and checked that everything was in order, I am now able to upload app bundles for notarization automatically.
This may require redoing any time your IP address changes, or, in the case of one user in this topic, if you are accessing via a VPN or proxy of some sort.
E: Note, that signing the contracts is not within my capability, since the signing team I am using, I am only a "user" level, so I just have the team's Developer ID certificate and access to the team profile and some of the settings. I still need to bug the team leader whenever the agreements have changed and need to be reviewed and re-signed, which does happen periodically, but isn't what was causing this error for me.
It is perhaps the right thing to do, as it seems the 11.0 version is on hold once again. The Xcode 12 GM doesn't even target Big Sur with a 10.16 or 11.0 SDK, and is no longer a Universal app. Perhaps this whole Nvidia buying ARM thing has made them reconsider the whole thing.
And now it's doing it again with Xcode 11.2.1.And it's also taking upwards of 5 minutes to get a 2FA code to appear on any of my devices.E: Okay, I found I could successfully notarize by using the manual altool method. It seems it was picking up the fact that my account's primary team, a personal team, is expired. I had to use altool with the correct team shortcode for the developer team I am a member of and have access to a Developer ID certificate for.