
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
audio2text Converts mp3 audio to text using Google Speech Recognition.
To run this project, you'll need to set following environment variables -
GOOGLE_VOICE2TEXT_PRIVATE_KEY, GOOGLE_VOICE2TEXT_CLIENT_EMAIL, and GCS_PROJECT_ID
If an audio duration is longer than 1 minute then use attribute runningLength:long
Default value for runningLength is short.
const audio2text = require('audio2text');
const params = {
url: 'https://storage.googleapis.com/assets.frapp.in/WhatsApp-Ptt-2020-10-16-at-6.02.22-PM.mp3',
runningLength:'short'
}
audio2text.recognize(params).then(transcript => {
console.log(transcript)
});
FAQs
Converts mp3 audio to text using Google Speech Recognition.
The npm package audio2text receives a total of 114 weekly downloads. As such, audio2text popularity was classified as not popular.
We found that audio2text demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.