awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • akavel/upالصورة الرمزية لـ akavel

    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/openscreenالصورة الرمزية لـ siddharthvaddem

    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-extالصورة الرمزية لـ louthy

    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/recorderjsالصورة الرمزية لـ mattdiamond

    mattdiamond/Recorderjs

    4,237عرض على GitHub↗

    Recorderjs هي مكتبة تسجيل تعتمد على Web Audio API وأداة لالتقاط المخزن المؤقت (buffer) تُستخدم لالتقاط مخرجات الصوت في الوقت الفعلي من عقد المعالجة. تعمل كأداة لالتقاط الصوت من جانب العميل تسجل الصوت مباشرة داخل متصفح الويب. يوفر المشروع مصدراً لملفات WAV يقوم بتحويل مخازن الصوت الملتقطة إلى كائنات ثنائية كبيرة (blobs) قابلة للتنزيل. يسمح هذا بحفظ بيانات الصوت كملفات 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.