Skip to content

A Flutter Application for using the custom keywords in porcupine, picovoice

Notifications You must be signed in to change notification settings

Rashid-Khabeer/porcupine_flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

porcupine_flutter

A Flutter Application for using the custom keywords in porcupine, picovoice

Usage

Change Names with your ppn files

  final _firstAsset = Platform.isAndroid
      ? 'assets/ppn/first_android.ppn'
      : 'assets/ppn/first_ios.ppn';
  final _secondAsset = Platform.isAndroid
      ? 'assets/ppn/second_android.ppn'
      : 'assets/ppn/second_ios.ppn';

About

A Flutter Application for using the custom keywords in porcupine, picovoice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published