awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

Awesome GitHub RepositoriesStream Capture Buffers

Buffers used to hold incoming data streams for repeated processing or manual control.

Distinct from Input State Buffers: Focuses on capturing and re-injecting data streams, not just tracking UI state

Explore 4 awesome GitHub repositories matching development tools & productivity · Stream Capture Buffers. Refine with filters or upvote what's useful.

Awesome Stream Capture Buffers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • akavel/upakavel 的头像

    akavel/up

    8,836在 GitHub 上查看↗

    Up is an interactive shell pipeline tool and Linux pipeline builder designed for prototyping text-processing sequences. It provides a terminal user interface for constructing chains of shell commands while displaying real-time data transformations. The tool allows for the iterative development of command sequences with an instant live preview of processing results. Once a sequence is finalized, it functions as a shell script generator that exports the completed pipeline into a reusable script file. The workspace includes capabilities for terminal data exploration and text processing workflow

    Provides an input buffer to capture data streams for iterative processing and manual EOF signaling.

    Go
    在 GitHub 上查看↗8,836
  • siddharthvaddem/openscreensiddharthvaddem 的头像

    siddharthvaddem/openscreen

    7,282在 GitHub 上查看↗

    OpenScreen is screen recording and editing software used to capture screen video and audio with an integrated timeline for trimming, cropping, and playback adjustments. It functions as a comprehensive system for recording, annotating, and exporting audio-visual content. The project includes a dynamic zoom editor for applying manual or cursor-following zooms with adjustable depth and easing. It features a local caption generator that uses on-device transcription to create voiceover captions without uploading data to external servers. Additional specialized tools allow for the integration of we

    Implements buffers to capture raw screen and audio streams for subsequent encoding.

    TypeScriptelectronopen-sourcepixijs
    在 GitHub 上查看↗7,282
  • louthy/language-extlouthy 的头像

    louthy/language-ext

    7,057在 GitHub 上查看↗

    language-ext is a functional programming framework for C# that provides a suite of immutable data structures and monadic types. It enables the implementation of pure functional programming patterns, utilizing containers to manage side effects, optional values, and error handling. The library is distinguished by its advanced concurrency and state management tools, including a software transactional memory system and lock-free atomic references. It also provides specialized utilities for distributed systems, such as vector clocks for causality tracking and deterministic data conflict resolution

    Buffers incoming values for later consumption and supports transformations via contravariant mapping.

    C#
    在 GitHub 上查看↗7,057
  • mattdiamond/recorderjsmattdiamond 的头像

    mattdiamond/Recorderjs

    4,237在 GitHub 上查看↗

    Recorderjs 是一个 Web Audio API 录音库和缓冲区捕获工具,用于从处理节点捕获实时音频输出。它作为一个客户端音频捕获实用程序,直接在 Web 浏览器内录制声音。 该项目提供了一个 WAV 文件导出器,将捕获的音频缓冲区转换为可下载的二进制大对象(Blob)。这使得音频数据可以保存为标准的 Waveform Audio File Format 文件,以便本地存储或播放。 该库使用浮点数组管理音频流以保持数据保真度,并支持导出原始立体声缓冲区。它处理多声道音频样本的交错,并生成 WAV 文件所需的结构化二进制头信息。

    Implements mechanisms to redirect Web Audio API node output into custom buffers for real-time recording.

    JavaScript
    在 GitHub 上查看↗4,237
  1. Home
  2. Development Tools & Productivity
  3. Text Buffer Manipulations
  4. Buffer-Based Storage
  5. Input State Buffers
  6. Stream Capture Buffers

探索子标签

  • Audio Node Capture BuffersBuffers specifically designed to intercept and store audio output from Web Audio API processing nodes. **Distinct from Stream Capture Buffers:** Distinct from generic stream capture buffers by targeting Web Audio API node outputs specifically.
  • Contravariant Sink BufferingBuffering incoming stream values that supports transformation via contravariant mapping. **Distinct from Stream Capture Buffers:** Specifically employs contravariant mapping for sink transformations, distinct from simple data capture.