Showing 36 open source projects for "state-thread"

View related business solutions
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    LX Music Mobile

    LX Music Mobile

    A music software developed based on React native

    This is a mobile music application developed with React Native, created by the author “lyswhut”. It targets Android devices (Android 5 and above) and is designed for listening to and managing music, using Redux for state management and integrating custom music sources. The project supports “data-sync” so that users can deploy a server and keep playlists or libraries in sync across devices. The README clearly states that the UI and default behaviour aren’t especially geared toward new users — you’re encouraged to explore settings and adjust according to your preferences. ...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 2
    LiveAvatar

    LiveAvatar

    Streaming Real-time Audio-Driven Avatar Generation

    LiveAvatar is an open-source research and implementation project that provides a unified framework for real-time, streaming, interactive avatar video generation driven by audio and other control signals. It implements techniques from state-of-the-art diffusion-based avatar modeling to support infinite-length continuous video generation with low latency, enabling interactive AI avatars that maintain continuity and realism over extended sessions. The project co-designs algorithms and system optimizations, such as block-wise autoregressive processing and fast sampling strategies, to deliver real-time frame rates (e.g., ~45 FPS on appropriate GPU clusters) while handling non-stop generation without quality degradation. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Moshi

    Moshi

    A speech-text foundation model for real time dialogue

    Moshi is a speech-text foundation model and full-duplex spoken dialogue framework. It uses Mimi, a state-of-the-art streaming neural audio codec. Mimi processes 24 kHz audio, down to a 12.5 Hz representation with a bandwidth of 1.1 kbps, in a fully streaming manner (latency of 80ms, the frame size), yet performs better than existing, non-streaming, codecs like SpeechTokenizer (50 Hz, 4kbps), or SemantiCodec (50 Hz, 1.3kbps). Moshi models two streams of audio: one corresponds to Moshi, and the other one to the user. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Overtone

    Overtone

    Collaborative programmable music

    Overtone is an open-source audio environment designed to explore new musical ideas from synthesis and sampling to instrument building, live coding and collaborative jamming. We combine the powerful SuperCollider audio engine, with Clojure, a state-of-the-art lisp, to create an intoxicating interactive sonic experience. Synchronize your visuals and noise with ease. Overtone features seamless integration with both Quil, a Clojure front-end to Processing and ShaderTone, a Clojure version of ShaderToy an OpenGL glsl shader programming environment. Overtone has been designed and engineered for live coding. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop vibe-debugging. Icon
    Stop vibe-debugging.

    Plug Claude into your app's actual errors.

    AppSignal's MCP server hands Claude, Cursor, or Zed your real errors, traces, and the deploy that shipped them. AI writes the fix; you review the diff.
    Free 30 days.
  • 5
    FFmpeg Batch AV Converter

    FFmpeg Batch AV Converter

    Free all in one audio/video ffmpeg batch encoder

    ...Thanks to its multi-file encoding feature, it may be the fastest a/v batch encoder available, since it maximizes system resources usage by launching as many simultaneous processes up to user cpu thread count. You can change encoding priority, pause and resume, set automatic shutdown. It is good for seasoned ffmpeg users as well as beginners. It provides unlimited single or multi-file batch encoding for almost any audio/video format. You can use any set of parameters and try them before starting encoding. You can multiplex streams, subtitle videos (as track and hardcoded), trim, concatenate, record screen, multimedia info. ...
    Leader badge
    Downloads: 1,221 This Week
    Last Update:
    See Project
  • 6
    FlexCurve

    FlexCurve

    Layer-based headphone calibration, AutoEQ and FIR rendering

    FlexCurve is a VST3 headphone-correction curve editor, layer-based calibration tool, AutoEQ workspace, and FIR renderer. It imports local TXT, CSV, Equalizer APO / Wavelet GraphicEQ, APO Parametric EQ, Melda FreeForm EQ CSV, and WAV FIR files as editable layers, previews changes in real time, blends active layers into an Average curve, and renders the result as Minimum, Natural, or Linear phase FIR.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 7

    audiostat

    X11 Popup that shows the state of your audiocontrol

    audiostat is a plain Xlib app to be used by any X11 windowmanager to show the state of your audiocontrol. Requirement: alsa-utils You can bind it to the audio-keys of your keyboard, As an example: I use the following keybindings in my .mwmrc: <Key>XF86AudioLowerVolume root|window|frame|icon f.exec "amixer set 'Master' 10%- > /dev/null; audiostat" <Key>XF86AudioRaiseVolume root|window|frame|icon f.exec "amixer set 'Master' 10%+ > /dev/null; audiostat" <Key>XF86AudioMute root|window|frame|icon f.exec "amixer set 'Master' toggle > /dev/null; audiostat"
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Competent Audio

    Competent Audio

    Machine graph audio engine for computer games

    Competent Audio (CA) is an audio engine suitable for video games. It is written in C, but is designed for interoperability with other languages. Windows and Linux binaries for x86 and amd64 are available. CA uses a machine graph model with support for arbitrary numbers of machines, limited only by the available system resources: - Samplers play back audio clips. - Mixers combine audio signals and optionally perform signal processing. - Sinks send audio signals to an output...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    butt (broadcast using this tool)

    butt (broadcast using this tool)

    Icecast and Shoutcast broadcasting client

    NOTE: This site is not maintained anymore. If you want to get the latest news and releases please visit https://danielnoethen.de/butt. butt (broadcast using this tool) is an easy to use, multi OS streaming tool. It supports ShoutCast and IceCast and runs on Linux, MacOS and Windows. The main purpose of butt is to stream live audio data from your computers Mic or Line input to an Shoutcast or Icecast server. Recording is also possible. It is NOT intended to be a server by itself or...
    Leader badge
    Downloads: 270 This Week
    Last Update:
    See Project
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 10
    ...It works great on multi-monitor and ultra wide screen monitor setups. Orchid Studio can be run live from a USB drive, however is intended to be installed on a solid state drive or hard drive. Orchid Studio is designed as a single user setup where the “admin” user does not require passwords for updates, installing software, and performing most administrative tasks. Other users will require passwords to be used for these functions. Passwords: root and admin initial passwords are “admin”, if you are security conscious you should change them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    MISST

    MISST

    A local GUI music source separation tool built on Tkinter and public F

    MISST : Music/Instrumental Stem Separation Tool. This application uses state-of-the-art source separation models to extract the 4 core stems from audio files (Bass, Drums, Other Instrumentals and Vocals). But it is not limited to this. MISST acts as a developped music player aswell, fit to enjoy and medal with your audio files as you see fit. MISST even comes prepared to import songs and playlists directly from your music library.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    EnCodec

    EnCodec

    State-of-the-art deep learning based audio codec

    Encodec is a neural audio codec developed by Meta for high-fidelity, low-bitrate audio compression using end-to-end deep learning. Unlike traditional codecs (like MP3 or Opus), Encodec uses a learned quantizer and decoder to reconstruct complex waveforms with remarkable accuracy at bitrates as low as 1.5 kbps. It employs a convolutional encoder–decoder architecture trained with perceptual loss functions that optimize for human auditory quality rather than raw waveform distance. The model can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    TwoLAME

    MPEG-Audio Layer 2 (MP2) encoder

    TwoLAME is a fork of tooLAME - an optimized MPEG Audio Layer 2 (MP2) encoder. New features include a brand new frontend, fully thread-safe library (libtwolame), with an API very similar to LAME's.
    Leader badge
    Downloads: 207 This Week
    Last Update:
    See Project
  • 14
    ::phpMpReloaded:: The webclient for mpd

    ::phpMpReloaded:: The webclient for mpd

    PHP Webclient Collection for MPD (music player daemon)

    ...Why should I donate or leave any kind of feedback? As most developers know, open source software cannot be measured in amounts of money. Because the time spent to provide the current state of software is uncountable. So any donation or simply feedback is more than welcome and will encourage the team to move on and provide new features. - Thank you!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Giada - Your Hardcore Loop Machine

    Giada - Your Hardcore Loop Machine

    Your Hardcore Loop Machine for Windows, Linux and OS X.

    Giada is a free, minimal, hardcore audio tool for DJs and live performers. How does it work? Just pick up your channel, fill it with samples or MIDI events and start the show by using this tiny piece of software as a loop machine, drum machine, sequencer, live sampler or yet as an effect (VST and VSTi) host. Giada aims to be a compact and portable virtual device for Linux, Mac OS X and Windows for production use and live sets. *** WARNING! This repository was intended to store old...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Distant Speech Recognition

    Beamforming and Speech Recognition Toolkit

    BTK contains C++ and Python libraries that implement speech processing and microphone array techniques such as speech feature extraction, speech enhancement, speaker tracking, beamforming, dereverberation and echo cancellation algorithms. The Millennium ASR provides C++ and python libraries for automatic speech recognition. The Millennium ASR implements a weighted finite state transducer (WFST) decoder, training and adaptation methods. These toolkits are meant for facilitating research and development of automatic distant speech recognition.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    mod_MumbleLink

    mod_MumbleLink

    Positional Audio Communication for Minecraft with Mumble

    ...This means: Directional and positionally attenuated VOIP in relation to the game world. Please visit the Forum for information about the newest Version! Main Forum-Thread: http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1272675 TheSkorm's Fork on GitHub: https://github.com/TheSkorm/mod_mumblelink Mumble: http://mumble.sourceforge.net Donations are greatly appreciated: https://sourceforge.net/donate/?user_id=2370023
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    ISSE

    ISSE

    An Interactive Source Separation Editor

    ...To perform such tasks, we present a new software tool to perform source separation by painting on time-frequency visualizations of sound. Initial results shows the software can achieve state-of-the-art separation results compared to prior work.
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • 19
    MplayerXP is branch of well known mplayer (http://mplayerhq.hu) which is based on new (thread based) core. Main goal of this project is to achieve smoothness of video playback due monotonous CPU loading.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    Minaton

    Minaton is a fat sounding mono subtractive software synthesizer

    This is my first music software synthesizer project, developed over the last two weeks it's now in a usable state but there are still things I wan't to do, In using floating point values for all parameters I tried to get away from the steppy digital sounds you often hear on software synthesizers, I've used real analogue synthesizers since the late 1980s so know how they should sound, deep, warm, fluid and rich. The synth has three oscillators, two LFOs, One low pass resonant filter, oscillator sync, two ADSR envelopes which can be redirected to oscillator pitch. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A audio player that support multitrack souncards, variable speed. A GUI is planed wen the audio part come to a stable state.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Ssspeak is a framework providing an SSML speech synthesizer wrapper around festival (the synthesizer) and a Firefox extension enabling your browser to read HTML pages to you. Via audible notifications and voice announcements about the state of the page be
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    ...It can save their music to the local hard drive and is also able to redistribute the stream to the local network for listening. SR reqires Java and still is in the Alpha state.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This application is a LInux GTK GUI allowing one to create and manage MP3 playlists on sony walkman devices. It has only been tested on a NWZ-S544 and is in a rather crude, but usable, state.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    FFJ Media Player
    This is a media (audio and video) player based on Qt and Phonon, supporting collections, internet services integration and much more. The project is in a very early state. As this is a school project we can not accept new developers at the moment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
Auth0 Logo