Showing 207 open source projects for "sample"

View related business solutions
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • Application Monitoring That Won't Slow Your App Down Icon
    Application Monitoring That Won't Slow Your App Down

    AppSignal's Rust-based agent is lightweight and stable. Already running in thousands of production apps.

    Full APM with errors, performance, logs, and uptime monitoring. 99.999% uptime SLA on the platform itself.
    Start Free
  • 1
    DirectX-Graphics-Samples

    DirectX-Graphics-Samples

    Samples that demonstrate how to build graphics intensive applications

    ...D3D12 Variable Rate Shading sample demonstrates how shading rate can be reduced with little or no reduction in visual quality, leading to “free” performance.
    Downloads: 29 This Week
    Last Update:
    See Project
  • 2
    BlackHole

    BlackHole

    BlackHole is a modern macOS audio loopback driver

    ...It is widely used by musicians, streamers, developers, and audio engineers who need reliable internal audio routing without external hardware. BlackHole supports a wide range of sample rates and configurable channel counts, making it flexible for both simple and advanced audio workflows. The driver integrates directly with macOS Core Audio and appears in Audio MIDI Setup and supported audio applications. Designed with performance and stability in mind, BlackHole works on both Intel and Apple Silicon Macs without requiring kernel extensions or system security modifications. ...
    Downloads: 92 This Week
    Last Update:
    See Project
  • 3
    android-gif-drawable

    android-gif-drawable

    Views and drawable for displaying animated GIFs on Android

    ...To use them, specify repository URL in repositories block. For Android 4.2+ (API level 17+). Supports GifTextureView hardware-accelerated rendering, and GifTexImage2D OpenGL ES 2.0+. See sample directory. Sample project is under construction. Not all features are covered yet. The simplest way is to use GifImageView (or GifImageButton) like a normal ImageView. If drawables declared by android:src and/or android:background are GIF files then they will be automatically recognized as GifDrawables and animated. If given drawable is not a GIF then mentioned Views work like plain ImageView and ImageButton. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    React Native Image Resizer

    React Native Image Resizer

    Resize local images with React Native

    Resize local images with React Native. Since the version 3.0.0 this package supports the new architecture out of the box (Turbo Module). It also has retro compatibility with the old one.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    Giada

    Giada

    Your Hardcore Loop Machine.

    Giada is an open-source, minimalistic and hardcore music production tool. Designed for DJs, live performers, and electronic musicians. Build your performance in real time by layering audio tracks or MIDI events, driven by the main sequencer. Load samples from your crates and play them with a computer keyboard or a MIDI controller. Write songs from scratch or edit existing live recordings with the powerful Action Editor, for fine-tuned control. Record sounds from the real world and MIDI...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6
    KeyboardKit

    KeyboardKit

    KeyboardKit is a Swift library that helps you build custom keyboard

    ...It extends the native keyboard APIs and provides you with a lot of functionality. The KeyboardKit project is open-source and completely free. It's hosted at GitHub, which is where you find information, documentation, sample code, demo apps etc. KeyboardKit Pro is a license-based extension to KeyboardKit. It unlocks a bunch of pro features, like more locales, localized system keyboards, local and remote autocomplete etc. KeyboardKit comes with support for 50+ locales, with more being added over time. KeyboardKit has tools for customizing everything from keys, key behavior, layout, callout actions, audio & haptic feedback, colors and styling, autocomplete etc. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 7
    Emoji

    Emoji

    A library to add Emoji support to your Android / JVM Application

    A Kotlin Multiplatform library to add Emoji support to your Android App / JVM Backend. Check out the sample jvm module for text parsing/searching functionality. PopupWindow which overlays over the soft keyboard. Normal view which is used by EmojiPopup and can also be used as a standalone to select emojis via categories. The library has 4 different sprites providers to choose from (iOS, Google, Facebook & Twitter). The emoji's are packaged as pictures and loaded at runtime.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Google Cardboard XR Plugin for Unity

    Google Cardboard XR Plugin for Unity

    Google Cardboard XR plugin for Unity

    ...A smartphone can display 3D scenes with stereoscopic rendering, track and react to head movements, and interact with apps by detecting when the user presses the viewer button. The Unity XR Plugin Management API lets you turn VR mode on or off for the Google Cardboard XR Plugin for Unity. The VrMode scene in HelloCardboard sample shows basic usage of the aforementioned API.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    Diligent Core

    Diligent Core

    A modern cross-platform low-level graphics API

    DiligentCore is a low-level, cross-platform rendering library designed to provide a modern graphics abstraction layer over Direct3D11, Direct3D12, OpenGL, Vulkan, and Metal. It’s aimed at developers building high-performance rendering engines and scientific visualization tools. DiligentCore gives precise control over GPU resources and rendering pipelines, while also abstracting away platform-specific boilerplate. The library is modular, extensible, and well-suited for projects that require...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 10
    OpenXR SDK Sources Project

    OpenXR SDK Sources Project

    Sources for OpenXR loader, basic API layers, and example code

    This repository contains source code and build scripts for implementations of the OpenXR loader, validation layers, and code samples. OpenXR is a royalty-free, open standard that provides high-performance access to Augmented Reality (AR) and Virtual Reality (VR), collectively known as XR platforms and devices. Without a cross-platform standard, VR and AR applications and engines must use each platform’s proprietary APIs. New input devices need customized driver integration. OpenXR provides...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    NextLevel

    NextLevel

    Media Capture in Swift

    NextLevel is a Swift camera system designed for easy integration, customized media capture, and image streaming in iOS. Integration can optionally leverage AVFoundation or ARKit. ARKit and the True Depth Camera software features are enabled with the inclusion of the Swift compiler flag USE_ARKIT and USE_TRUE_DEPTH respectively. Apple will reject apps that link against ARKit or the True Depth Camera API and do not use them. If you use Cocoapods, you can include -D USE_ARKIT or -D...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    GrandOrgue

    GrandOrgue

    Virtual Pipe Organ Software

    Official development of GrandOrgue has moved to GitHub, please visit https://github.com/GrandOrgue/grandorgue that is our new home! GrandOrgue is a sample based pipe organ simulator. When connected to MIDI keyboards and an audio system, it can accurately simulate the sound of a real pipe organ. This application has builds for Linux, Windows and OS X.
    Leader badge
    Downloads: 519 This Week
    Last Update:
    See Project
  • 13
    OpenCV

    OpenCV

    Open Source Computer Vision Library

    The Open Source Computer Vision Library has >2500 algorithms, extensive documentation and sample code for real-time computer vision. It works on Windows, Linux, Mac OS X, Android, iOS in your browser through JavaScript. Languages: C++, Python, Julia, Javascript Homepage: https://opencv.org Q&A forum: https://forum.opencv.org/ Documentation: https://docs.opencv.org Source code: https://github.com/opencv Please pay special attention to our tutorials!
    Leader badge
    Downloads: 6,080 This Week
    Last Update:
    See Project
  • 14
    Winamp ASIO plugin

    Winamp ASIO plugin

    ASIO output module for winamp media player & SRD file resampler

    Further development of the asio output module by otachan (2006) for the winamp player, including: * problem with setting the sample rate fixed * gapless mode completed * added individual channel assignment * added upsampling to a non-fractional multiple of base-frequency * added high quality resampler: sample rate doubler for best audio playback 2025/01/20: Version 2025.z10.8 >>> In addition to the ASIO plugin with integrated SRDoubler for upsampling while playing a music track, the SRD Resampler is now also available as a Windows and Linux program for upsampling and saving audio files. <<< Test and development system: 64-bit Windows Server 2008 R2 (Windows 7) and Windows 10 with Winamp 5 // Texas Instruments XIO2213A 1394b OHCI (Firewire) card // MOTU UltraLite mk3 hybrid, Apogee Rosetta 200 sound card. ...
    Leader badge
    Downloads: 55 This Week
    Last Update:
    See Project
  • 15
    Qtractor

    Qtractor

    An Audio/MIDI multi-track sequencer

    Qtractor is an Audio/MIDI multi-track sequencer application written in C++ around the Qt framework. The target platform will be Linux, where the Jack Audio Connection Kit (JACK) for audio, and the Advanced Linux Sound Architecture (ALSA) for MIDI,
    Leader badge
    Downloads: 370 This Week
    Last Update:
    See Project
  • 16
    Chiah
    Win64/32 DLL to resample wav files, input and output wav files are standard wav pcm files with the range 8000 to 48000 sample rate, now with Dither, my friend Rafa said that Sox provide a more advanced resample code, we will check on it and modify it if needed, for the moment this is a wrapper to sndfile resampler library
    Downloads: 14 This Week
    Last Update:
    See Project
  • 17
    PerfectSineWaves

    PerfectSineWaves

    Perfect and bit-perfect PCM encoded sine wave audio test tones

    In this project, a perfect PCM sine wave is one that contains a single frequency at 0 dBTP and no error harmonics at all. A bit-perfect PCM sine wave has error harmonics due to encoding quantization, but they are at the minimum level possible for the chosen encoding. The generated wave files hold a sequence of one or more complete copies of a repeating pattern. A file containing a single pattern can be played in a loop to extend the play time. Because most audio players don't loop...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 18
    AzioVoice Recorder

    AzioVoice Recorder

    AzioVoice Recorder is an app designed to record audio

    Description Starting from version 1.3.1.0, the project has been renamed to AzioVoice Recorder and is officially published in the Microsoft Store at: https://apps.microsoft.com/detail/9PP795T0KSFP The app supports recording in WAV format with adjustable settings like sample rate, bit depth, and channels. It includes several audio filters for basic enhancement and features a simple file explorer for playback and management. Themes can be switched between dark and light, with settings saved persistently. Core Functionality Multi-Device Support: Record from any available audio input device High-Quality Recording: WAV format output with configurable audio settings File Management: Browse, play, and delete recordings with metadata display Customizable Settings: Configure sample rate, bit depth, and channel count
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    AUDio MEasurement System

    PC based Oscilloscope and Spectrum analyzer using sound card

    AUDio MEasurement System - a multi-platfrom system for audio measurement through sound card in the PC. It contains: generator, oscilloscope, audio spectrum analyzer (FFT) and frequency sweep plot. Compiles and works under Linux, Windows and MacOS. Source code is available in "git" and as ZIP snapshot. For more information see README.md
    Leader badge
    Downloads: 82 This Week
    Last Update:
    See Project
  • 20

    Creatools Piano XS

    Sample based piano virtual instrument

    Is the third generation of a free and opensource virtual piano project built on HISE open source framework. It is built and developed with an aim to make a contribution towards free music education and creative freedom and it is therefore licensed under GPLv3 license. for more info: https://musictop69.wixsite.com/creatools
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 21
    Incudine is a Music/DSP programming environment for Common Lisp. It provides a mechanism for defining primitive unit generators on-the-fly and scheduling sample accurate callbacks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    SpectrumViewer for Windows

    SpectrumViewer for Windows

    Continuous display of audio spectrum from PC input or wave file

    Reads audio from Windows audio interface or wave file and creates a continuous spectrum display. Command line support for generating sine, square, triangle and sawtooth wave files. Uses biquad IIR digital filters for frequency detection, plus digital lowpass filters for output extraction. Highly configurable. 60+ FPS with suitable hardware. Manual or automatic gain control.
    Downloads: 32 This Week
    Last Update:
    See Project
  • 23
    fleck
    MP3 decoder and player using madlib(recommended) and mpeglib, sample code showing how to use madlib and mpeglib to decode mp3 data, and also OGG Vorbis, AAC, MP4, Opus, the first version used to replace Libav in the project rsppmp3 standalone is ready now
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Tabuleiro
    MP3 decoder and player using madlib(recommended) and mpeglib, sample code showing how to use madlib and mpeglib to decode mp3 data, and also OGG Vorbis, AAC, MP4, Opus, the first version used to replace Libav in the project rsppmp3 standalone is ready now
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Audiostation

    Audiostation

    The old school media player

    With the AudioStation player you can easy listen to the most common music files like *.mp3 and *.wav etc. Just click on the music file and the Audiostation will automatically start playing your favorite music.
    Downloads: 8 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB