audio

Stagecast Audio group repo! (by stanford-stagecast)

Audio Alternatives

Similar projects and alternatives to audio

  • puffer

    Puffer is a free live TV streaming website and a research study at Stanford using machine learning to improve video streaming

  • draft

    C++ standards drafts

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • EmbeddedRingBuffer

    A ring buffer designed to work with embedded devices, does not use heap allocations.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better audio alternative or higher similarity.

audio reviews and mentions

Posts with mentions or reviews of audio. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-04.
  • How Video Streaming Processing Works
    2 projects | news.ycombinator.com | 4 Jan 2022
    The basic technique was part of our paper here: https://puffer.stanford.edu/static/puffer/documents/puffer-p...

    Talk here: https://www.youtube.com/watch?v=63aECX2MZvY&feature=youtu.be

    Code here: https://github.com/StanfordSNR/puffer

    The "per-client muxing with frame skipping" is only something we did for the Stagecast project. Here's code: https://github.com/stanford-stagecast/audio/blob/main/src/fr...

    Client-side JS here: https://github.com/stanford-stagecast/audio/tree/main/src

  • Show HN: Embedded Ring Buffer C++98
    3 projects | news.ycombinator.com | 6 Jun 2021
    Looks reasonable! On a system with virtual memory, one popular trick is the "virtual ring buffer," which lets the reader and writer always access the requested regions as one contiguous region. The idea is to map the same backing store twice sequentially in virtual memory. It leads to a much simpler implementation, because you don't have to handle the edge cases that relate to wrapping around.

    Sample implementation in C++17 here:

    https://github.com/stanford-stagecast/audio/blob/main/src/ut...

    https://github.com/stanford-stagecast/audio/blob/main/src/ut...

Stats

Basic audio repo stats
2
5
0.0
about 3 years ago

The primary programming language of audio is C++.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com