• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Source Code Voice Logger - PowerShell

dEEpEst

☣☣ In The Depths ☣☣
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
Joined
Mar 29, 2018
Messages
13,859
Solutions
4
Reputation
27
Reaction score
45,545
Points
1,813
Credits
55,080
‎7 Years of Service‎
 
56%
The voiceLogger function asynchronously listens to spoken input, transcribes it into a global variable, and gracefully terminates either when "exit" is spoken or after a specified time limit.

Syntax
Code:
# If no time is set it runs until you say "exit" or press "Ctrl + C"
voiceLogger -DurationInSeconds 60

Script
 
Back
Top