ipcjs / g711_flutter

PCM to G711 Fast Conversions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

g711_flutter

pub package

PCM to G711 Fast Conversions

Document

Performance

The time to process 1MB PCM is as follows.

I/flutter (17001): native.preload: 0:00:00.001007 
I/flutter (17001): dart  .preload: 0:00:00.003305 
I/flutter (17001): native.encode: 0:00:00.001478 
I/flutter (17001): dart  .encode: 0:00:00.017759 
I/flutter (17001): native.decode: 0:00:00.001663 
I/flutter (17001): dart  .decode: 0:00:00.010298 

About

PCM to G711 Fast Conversions

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dart 59.0%Language:C 27.9%Language:Ruby 5.2%Language:Objective-C 3.5%Language:Java 3.4%Language:CMake 0.7%Language:C++ 0.3%