Showing 37 open source projects for "ware-soft"

View related business solutions
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New customers can spin up VMs, build with AI, and query data at no cost.

    Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
    Start Free
  • 99.99% Uptime for MySQL and PostgreSQL Databases Icon
    99.99% Uptime for MySQL and PostgreSQL Databases

    Sub-second maintenance. 2x read/write performance. Built-in vector search for AI apps.

    Cloud SQL Enterprise Plus delivers near-zero downtime with 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server.
    Start Free
  • 1
    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. If you want to use a Font provider, check out Google Compat. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    RawTherapee

    RawTherapee

    A powerful cross-platform raw photo processing program

    RawTherapee is a powerful, cross-platform raw photo processing application targeted at enthusiast and semi-professional photographers who want deep control over image development. It’s written primarily in C++ with a GTK+ front-end, providing a high-precision 32-bit floating-point processing engine along with multiple demosaicing algorithms and advanced color-management features. The program supports a very wide range of camera raw formats (via a patched version of dcraw) as well as non-raw...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 3
    Pianoscribe — Piano Audio to MIDI

    Pianoscribe — Piano Audio to MIDI

    Turn piano recordings into editable MIDI files on Windows.

    Pianoscribe is a Windows application that listens to a piano recording and turns the performance into a MIDI file you can open, edit, and arrange. It identifies notes, timing, dynamics, and optional sustain and soft pedal use without uploading the recording for analysis. Choose an audio file, decide whether to preserve the performance’s natural dynamics and pedal information, then select Convert to MIDI. Processing load can be adjusted to suit the computer, allowing Pianoscribe to work quietly in the background or finish more quickly when resources are available. ...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 4
    ReelGeek

    ReelGeek

    Free vertical video maker for Windows - photos in, a reel out

    ...The order you set is the order they are cut in, and the cuts sit on a tempo grid rather than a plain timer, so a track at a similar tempo locks on when you add audio in the app you post from. Five looks to choose from: Hype, Clean, Soft, VHS and Luxe. Hook text on the opening seconds and an end card if you want them. The output is a 1080 by 1920 H.264 MP4 with no watermark and no export limit, and the same file works as is for TikTok, Instagram Reels and YouTube Shorts. It never uploads your photographs and it never posts on your behalf. Every frame is rendered on your own PC. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • Save Up to 91% on Cloud Compute With Spot VMs Icon
    Save Up to 91% on Cloud Compute With Spot VMs

    Automatic sustained-use discounts. One free VM per month. No negotiation needed.

    Run batch jobs at 60-91% off with Spot VMs. Long-running workloads get automatic discounts with sustained use.
    Start Free
  • 5
    A2M — Audio to MIDI

    A2M — Audio to MIDI

    A2M converts piano recordings into editable MIDI files on Windows.

    A2M (Audio to MIDI) is an open-source Windows application for converting piano recordings into editable MIDI files. It estimates notes, timing, velocity, sustain, and soft-pedal events, with the best results obtained from clean solo piano recordings. Choose an audio file, select CPU or a CUDA/DirectML mode, and click Convert to MIDI. The generated file is saved to Downloads/A2M by default, or to a custom folder selected in Settings. Audio analysis is performed locally. Source recordings are not uploaded, and no account is required. ...
    Downloads: 44 This Week
    Last Update:
    See Project
  • 6
    AGS - Advanced Gtk+ Sequencer
    Advanced GTK+ Sequencer is intended to use for music composition. It features a piano roll, as well a synth, matrix editor, drum machine, soundfont2 player, mixer and an output panel. It's designed to be highly configurable, you may add effects to its effect chain, add or remove audio channels/pads. You may set up a fully functional network of engines, therefore exists a link editor for linking audio lines. In conjunction with ags you need a realtime kernel and alsa support. `ags` uses...
    Downloads: 57 This Week
    Last Update:
    See Project
  • 7
    PureBasic OpenAL SDK

    PureBasic OpenAL SDK

    PureBasic software development kit for the OpenAL 3D audio API

    ...It's not a DLL wrapper, but rather an import library for the OpenAL DLL, which can be used as a User-Lib in PureBasic. The library is compatible with the original OpenAL v1.0 and v1.1 and OpenAL Soft. The SDK includes the header files, API documentation and usage examples. GitHub repository: https://github.com/vkamenar/purebasic-openal-sdk
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Image16

    Image16

    Image viewer/editor specialized in astrophotography 16bits processing

    Opens/saves TIF, FITS, PNG, XISF, PXM, RAW, JPG, XCF, PSD, WEBP. AsinH, Sqrt, Ln, Exp and Sqr stretching, HSL and RGB adjusting, Levels and Curves adjusting and Background Extraction for Color Balance, Flatness and Gradient Correction. Arithmetic between images. Resizing and croping. Color Balance based on background, selection or stars B-V (after platesolving). Debayering/Bayering. Inversion, mirroring, rotation, barrel/pincushion correction. RGB alignment/shifting. Erode, Dilate, ......
    Downloads: 7 This Week
    Last Update:
    See Project
  • 9
    Jet3D is a robust 3D graphics engine built for high performance real-time rendering. Jet3D offers realtime editing, advanced lighting features, 3D modeling support, seamless soft-skin polygonal characters and many other innovations.
    Downloads: 18 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.
    Start Free
  • 10
    CUDA Pathtracer

    CUDA Pathtracer

    GPU Raytracer from scratch in C++/CUDA

    GPU-Raytracer is a high-performance, real-time ray tracing engine implemented using OpenGL compute shaders. It demonstrates the power of modern GPU architectures to handle complex lighting calculations, reflections, shadows, and global illumination in real-time. This project is educational and experimental, providing insight into GPU parallelism and real-time rendering techniques. Its clean and modular C++ structure makes it a great reference for students and graphics developers alike.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 11
    r4zRayTracer
    -primitives: shere, plane, triangle -triangle surface (mesh) -obj format support -lights: point light -camera lens: planar, cylindrical, spherical -lighting: ambient, diffuse, specular (Phong, Blinn-Phong) -shadows: simple soft shadows -ray types: reflection, transmission -internal memory manager and profiler -internal code profiler -acceleration structure (KDTree) -photon map -multi-threading support (ThreadPool)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    VCTRenderer

    VCTRenderer

    A real time global illumination solution that achieves glossy surfaces

    VCTRenderer is a real-time global illumination renderer built in C++ using Vulkan, leveraging voxel cone tracing (VCT) to achieve dynamic lighting, soft shadows, and indirect illumination. The renderer demonstrates cutting-edge rendering techniques aimed at achieving realistic lighting effects without precomputed data, making it ideal for games and interactive applications that need real-time performance with physically plausible lighting. It provides a clean implementation of voxelization and cone tracing in a modern graphics API, making it both a learning tool and a high-performance rendering solution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Hadid (Zekr) Quran - Android and Windows

    Hadid (Zekr) Quran - Android and Windows

    Hadid(Zekr) is multimedia quran player soft support zekr resources

    Hadid project inspired by the project Zekr Quran study soft - http://zekr.org -. Hadid support Zekr resources as well as Hadid Mp4 resources. In mobile android devices just copy resources to your SD-card, then add it to Hadid or download it. Hadid developed by Delphi community edition and use Firemonkey as a framework. Android Hardware Requirements: ARM Cortex-A series CPU ARMv7 Instructions NEON Technology GPU
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14

    Frinika

    Free open source DAW, MIDI sequencer, software synthesizers

    Frinika is a free, complete music workstation software for Linux, Windows, Mac OSX and other operating systems running Java. It features sequencer, soft-synths, realtime effects and audio recording.
    Downloads: 41 This Week
    Last Update:
    See Project
  • 15
    Android Tools

    Android Tools

    Android Tools is powerfull Software for your Android Phone.

    Android Tools is one such program helping you manage your phone, with the range of its abilities being quite wide and including anything from ADB commands to Fastboot and others. Requirements : - .NET Framework 4.6.2 - ADB USB Driver - Java RE 7/8 - Java JDK (Optional) - Make sure USB Debugging is activated in Developer Mode What's new on 1.2.1.2? - ROM Dumper: It helps you to dump your partition into a flashable image file that you can use to re-flashing your device using...
    Leader badge
    Downloads: 195 This Week
    Last Update:
    See Project
  • 16
    HOTSPOT

    HOTSPOT

    HOTSPOT for windows 10

    Windows is no longer away from hotspot. This software lets you turn your windows 10 PC into a hotspot. Create your middle-ware with apache, IIS or any server , test it by making your PC server. Create LAN servers to play high end LAN games. Share your internet between your clients and many more.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 17
    Jajuk

    Jajuk

    Your Advanced jukebox

    Jajuk is a jukebox for all platforms. The goal of this project is to provide a fully-featured application to advanced users with large or scattered music collections. (Note: the codebase is now hosted at http://gitorious.org/jajuk/jajuk .)
    Downloads: 11 This Week
    Last Update:
    See Project
  • 18
    Zalarm

    Zalarm

    Alarm Clock with a couple of nice extra features. Wake up your way.

    ...In addition the user can set a purpose of the alarm, a note, and add audio files for the alarm. This way you can decide if you like to wake up with a beating heart to the sound of hard rock. Or maybe you are the kind that prefers the more soft and sensitive alarms. With Zalarm this is all up to you. The reason for adding notes to the alarm is simple. Maybe by the time you go to bed you have a brilliant idea, or there is something you have to remember by the time you wake up. This feature let you get reminded of this. When the alarm goes off, you will in addition to the alarm get a pop-up message. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Convert mkv/avi files in h264 to mp4 files without re-encode video stream. Subtitle will be embed as soft subtitle.Convert speed is fast as video is not re-encoded.Works on iPad.mp4box, mkvextract, beSweet,eac3to,mediainfo are used.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    CAPCOM's Street Fighter 4 character models C++ viewer. Uses DirectX9 and pure Win32 API. Animation code courtesy of revelation @ Xentax board. Original mxtk win32 layer by chUmbaLum sOft
    Downloads: 8 This Week
    Last Update:
    See Project
  • 21
    Cine@Series

    Cine@Series

    Home Theater Software

    Cine@Series es un software que facilita la descarga y reproducción de video para uso hogareño utilizando links públicos externos de descarga. El principio es simple, el soft monitorea los videos descargados (P2P-MLDonkey), les vincula los subtitulos que estén disponibles y finalmente presenta el contenido en una forma ordenada en una aplicación que puede usarse desde cualquier dispositivo móvil WiFi, permitiendo su reproducción, de manera similar a la de un control remoto. Dependencias externas: - Java 7+ - mplayer - MLDonkey (opcional)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    OpenAL Soft is a software implementation of the OpenAL 3D audio API. It provides capabilities for playing audio in a virtual 3d environment. Distance attenuation, doppler shift, and directional sound emitters are among the features handled by the API.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 23
    KontrolDJ.NET is a midi translator for KontrolDJ KDJ500 controller. This software is designed to work with Traktor 3.4 or Traktor Pro 1.0.1 under Windows XP SP3, Vista and Seven. With KontrolDJ.NET: 4 Decks support, Led feedback, Soft Takeover, ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    OpenST is an open interface for soft-synths and audio-effects. It has a lightweight C interface for maximum portability across multiple platforms and programming languages. Intended audience: soft-synth and audio-host developers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Tinger Converter
    This soft can convert all kinds of audios and videos to MP3 formate. She can run on any kinds of platform, like windows, linux, MAC, etc. Especially she is better at multi-tasks. The audio like mp3, wma, etc. The video like rmvb, rmvb, avi, mkv, etc.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next