mjmeans
mjmeans
Yes, I did develop a solution that I put into my Adafruit library version of PCA9685 driver. Sorry, I forgot that I had said that I would let you know....
I created a new WTS solution to check. Select Navigation Pane then Next. Select Prism, then Next then Create. You will see that even the ShellPage.xaml.cs has OnNavigatedTo() and trying...
When I was developing a Karaoke Player for Windows 8, I had implemented a pitch shifting algorithm (unlrelease). The method I used was to create a Windows Media Foundation Transform...
Just my 2 cents... All multimedia files, like AVI, MP4, etc, are all containers with included packets of metadata, audio streams, video streams, closed caption streams, etc. All these streams...
I too would like to see an ethernet design for retro gaming over the web. Maybe STM32F4x7. Add a PC front panel header pass-through for power and reset buttons, and...
I just want to add a little more. Since this script can require administrator privileges, extra care should be taken to assure any pre-complied libraries are clean. This can be...
I never said nor implied there was a warranty or liability. I'm pointing out the dangers of this and other repos that include precompiled binaries that cannot be readily verified...
In my case I lost internet access during one of the downloads and had to restart the script. Maybe try running the script. Then in the middle of one of...
Okay, so on Windows Server 2016, apparently this is needed: ``` [Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12 Install-Module PowerShellGet -AllowClobber -Force -SkipPublisherCheck Install-Module xWindowsUpdate - AllowPrerelease -RequiredVersion '3.0.0-preview0001' ```
If you want to contribute, fork this repo, make and test your changes in a new branch in your fork, and then submit a pull request. Any change will need...