PSCore
CSCore bindings optimized for PowerShell use.
Install / Use
/learn @bmsimons/PSCoreREADME
PSCore
CSCore bindings optimized for PowerShell use.
Getting Started
[TBD]
Prerequisites
- PowerShell .NET 2 or greater.
Installing
[TBD]
Running the tests
[TBD]
Deployment
Copy the DLL to a local folder and call it from PowerShell using something like this:
Add-Type -Path PSCore.dll
$r = [PSCore.LoopbackRecorder]
$r::StartRecording("X:\test1.mp3")
(This will lock the DLL until the PowerShell IDE is closed.)
Or this:
[System.Reflection.Assembly]::Load( [System.IO.File]::ReadAllBytes("pscore.dll") )
$r = [PSCore.LoopbackRecorder]
$r::StartRecording("X:\test1.mp3")
(The above will not lock the DLL file. It works because we do not require explicit bindings when loading the DLL.)
Built With
- Visual Studio Community Edition 2017 - Visual Studio Community Edition 2017
Contributing
[TBD]
Versioning
[TBD]
Authors
- bmsimons - Initial work - bmsimons
See also the list of contributors who participated in this project.
License
[TBD]
Acknowledgments
- My cat
Related Skills
node-connect
351.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
110.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
351.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
351.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
