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)