Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
augnitosdk
Advanced tools
AugnitoSDK lets you make use of the Speech Recognition AI. You can edit, format and complete reports at the speed of human speech, with the best-in-class accuracy
You’ve found the Augnito Speech SDK! You can use Augnito SDK to make use of the Speech Recognition AI. You can edit, format and complete reports at the speed of human speech, with the best-in-class accuracy. Now use your personal templates and short forms from any workstation whether you are in office, or at home or in the journey in between.
Install the library in your project
npm install AugnitoSDK
Create the configuration file and instantiate Augnito Client
const augnitoConfig: AugnitoConfig = {
server: AugnitoAPIServer.INDIA,
accountCode: 'XXXXXXXXXXXXXXXXXXXXXX',
accessKey: 'XXXXXXXXXXXXXXXXXXXXXX',
userTag: 'user123',
sourceApp: 'MyAppName',
lmId: '38',
onIdleMic: () => {},
onPartialResult: (text: string) => {},
onFinalResult: (result: Partial<Recipe>) => {},
onCommandResult: (command: Partial<Recipe>) => {},
onStateChange: (isConnected: boolean) => {}
};
const augnito = new Augnito(augnitoConfig);
Now all you have to do is toggle the status when you want to connect/disconnect!
// Toggles the Speech API connection
augnito.toggleListening();
That's all!
Whether you want to use the Augnito App as your microphone, or you want to develop your own app, we got you covered.
All you have to do is initialize the mobile configuration. The SDK will generate a value that you need to use to generate a QR code which should be scanned in the App.
const mobileConfig: AugnitoMobileConfig = {
onConnectionRequest: () => {},
onMobileScan: () => {}
};
augnito.initMobileClient(mobileConfig);
const code = augnito.getQRCode();
FAQs
AugnitoSDK lets you make use of the Speech Recognition AI. You can edit, format and complete reports at the speed of human speech, with the best-in-class accuracy
The npm package augnitosdk receives a total of 1,905 weekly downloads. As such, augnitosdk popularity was classified as popular.
We found that augnitosdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.