Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A vocie command ai library for Burmese language

License

NotificationsYou must be signed in to change notification settings

MinSiThu/burmese-voice

Repository files navigation

A speech command ai library for Burmese language

Read the documentationHere.Download the modelHere.

The library currently can classify6 burmese words by voice and one additional noise.The voices are

  • Go (သွား)
  • Stop (ရပ်)
  • Left (ဘယ်)
  • Right (ညာ)
  • On (ဖွင့်)
  • Off (ပိတ်)
  • Background Noise

Using BurmeseVoice Model

letburmeseVoice;asyncfunctionmain(){constURL="http://localhost:8000/models/";// URL must be absolute URLburmeseVoice=newBurmeseVoice(URL)awaitburmeseVoice.load();console.log(burmeseVoice.getLabels());}functioninit(){burmeseVoice.listen((result)=>{console.log(result);constvoice=burmeseVoice.getBestResult(result.scores);console.log(voice);});}functionstop(){burmeseVoice.stopListening();}main();

[8]ページ先頭

©2009-2025 Movatter.jp