FLUTTER ECOSYSTEM

CasperPas/flutter-sound-stream

流式传输音频数据

flutter-sound-stream 项目封面
Stars
90
Forks
115
最近推送(UTC)
2026年9月14日
项目状态
未归档
Jeff Le GitHub avatar
GITHUB User

Jeff Le ↗

FreelancerHanoi, Vietnam
语言DartSwiftKotlinRubyPythonHTMLObjective-C

此仓库发布的插件

使用的依赖

依赖清单 2 项
  • flutter{"sdk":"flutter"}
  • flutter_test开发依赖{"sdk":"flutter"}

原始 README

以下为英文项目原文快照,最新内容请访问 GitHub。

展开 / 收起项目 README

sound_stream

This plugin is still in early development stage

A Flutter plugin started from my own needs: Stream audio data from Mic and data to Audio engine without using a file. We can use it to stream audio via network or use it with STT/TTS functions.

Current features:

  • Provides stream of data from mic (Uint8List)
  • Player that receive stream of raw sound data (Uint8List)
  • Support both Android and iOS (cross-platform)
  • Recorder & Player can work simultaneously

Limitations:

To-do list:

  • Support more audio formats
  • Support more platforms (Windows, macOS, Web)
  • Current code might be messy. Should clean it up (someday)