Open Source Java Sound Synthesis Software - Page 2

Java Sound Synthesis Software

View 115 business solutions

Browse free open source Java Sound Synthesis Software and projects below. Use the toggles on the left to filter open source Java Sound Synthesis Software by OS, license, language, programming language, and project status.

  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 1
    Chordfinder is an useful tool for musicians, in order to find chords and scales.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Click Track

    Click Track

    Metronome and Click Track generator for Android

    The project is divided into two main sections: a metronome and a click track generator. The metronome is intended as a practice aid for musicians. It loops a single bar of click track that is specified by the user. The user can select the time signature, beat division, beat grouping, bar emphasis and beat emphasis. The click track generator is intended as a song practice aid for single musicians or an entire band. Just like when recording int the studio, it provides a constant benchmark for the tempo. Both the metronome and click track are generated dynamically and played using the build in audio libraries of android. This provides a highly precise click.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Self-modifying Jar file Programming-Lang for Artificial-Intelligence & Audio & Natural-Lang monkeys with code like a simian. Windows mutate self Code: if(ask("MP3?")sound(mp3("C:\\music\\a.mp3"*(3.4 count)))) plays a.mp3 3.4x speed if click yes
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    CodeSounding is a sonification framework which makes possible to hear how any existing Java program "sounds like", by assigning instruments and pitches to code statements (if, for, etc) so that the flowing of execution is played as a flow of music.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 5
    Computer Musicians\' World is a music creator, modeller and manipulator program. With texture analysis you can represent the structure of music. A score editor, wave editor and a tracker also included as other types of music models.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Etheric Synthesizer

    Etheric Synthesizer

    Theremin synthesizer for Android devices

    Etheric Synthesizer (EtherSynth) is a theremin-like synthesizer application for Android platform, which allow you to play otherworldly melody by swiping finger on the screen. Though It does not closely imitate a real theremin as Etheric Synthesizer uses only one finger to play. It currently supports monophonic note playing with configurable waveform, frequency scale, control area, and control orientation. Basic recording function is also included (WAVE format). Etheric Synthesizer works on Android version 2.0 and above.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    FluidGUI is a graphical user interface for FluidSynth (www.fluidsynth.org), an open-source software synthesizer based on the MIDI and Sound Font specifications. FluidGUI is developed in the Java programming language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    The Freebase MIDI Sequencer is a cross platform MIDI sequencer written in Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Grain Painter turns a loaded or drawn image into a sound sample for playback or saving using a technique called granular synthesis. The tool can be used to produce unique and unusual synthesized sound samples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    Will start off as a guitar tuner and move up to tune any instrument available in midi. Will generate the correct tones as well as listen to a sample and suggest tuning adjustments (sharp, flat).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    HBX Binaural Player

    HBX Binaural Player

    Open source brainwave entrainment application

    HBX Binaural Player is free and open source brainwave entrainment application. It's made using libBinaural ( https://sourceforge.net/projects/libbinaural/ ); it's easy to use and it's entirely written in java for maximum portability. It includes English and Italian localizations and an example preset. More presets can be found here: http://hbxplayer.sf.net/file_list.php ******** EDITOR TUTORIAL ******** English: http://youtu.be/ndVw9yrgTGE Italian: http://youtu.be/ezDrfqFYKMg This is free software under the GPL License agreement. For any additional question, bug report, feature requests, etc., feel free to contact me at dossenus91@gmail.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    This project provide some MIDI tools: JMidiEth : Share you Midi ports over your network JMidiTones : Play music with quarter tone JMidiKeyboard : a virtual midi keyboard JMidiDrums : a drum machine
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    JMusicMaker is an open-source, java based application for dynamically arranging instruments and signal processors inorder to compose music. It is based on an extremelly modular design to allow for easy modification and creation of user-made instrumen
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    JSCLang for SuperCollider is as a wrapper for a DLL file that enables the usage of the programming language SuperCollider in Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    When generating audio, why use sine waves and standard effects? Directly tell the sound-card how much electricity should be in the speaker/microphone wires many times per second as numbers from -1 to 1. Automatically finds good sound-card options and balances between linear interpolation speeds of consuming microphone buffer (and then any Java transform function per sample) and producing into speakers buffer and to keep delay between them small. Its really simple you only have to write 1 function that takes an array parameter. First 2 indexs are output to speakers. Next index is 1 microphone. Technically you can ask it for any number of speakers and microphones, but version 0.4 only supports 2 speakers and 1 microphone simultaneously.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Java binaural beats generator. To generate your brain wave using binaural beats technique. Require JSyn library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Java SuperCollider (JSC) is a plugin for Eclipse with the goal to create a cross platform IDE for the programming language SuperCollider.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The jTTS project provides a refactored implementation of the FreeTTS software speech synthesizer. Rather than building upon the flite implementation of a TTS engine, it implements engine capabilities from Festival. It also supports British English.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A Java audio synthesis system that allows users to design and interconnect discrete components into flexible and modular sound production systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    JeSpeak is a Java library that bridges eSpeak, which is a compact open source software speech synthesizer. JeSpeak uses JNI to make native call to libespeak.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Konuskan is an TTS (text-to-speech) application which is based on Turkish. Generates speech according to given text.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A viewer and editor of kunkunshi (sheet music for Okinawan shamisen called sanshin).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    LibBWEntrainment

    LibBWEntrainment

    Extensible Brainwave Entrainment library for Java

    LibBWEntrainment is a Free and Open Source Brainwave Entrainment Library for Java. *** It is not a standalone application. *** The library is very flexible, allowing different types of renderers (isochronic, binaural, ...) as well as multiple output devices (speakers, file, socket or even screen), and it can easily be ported to other languages because it doesn't use any proprietary Java feature. Current features: -Javadoc and examples -Extremely lightweight, yet flexible -Easy to use -XML Presets -Multiple Entrainment Tracks -Looping -Isochronic rendering -Output to PC and Android -Output to MP3/FLAC/Wav file -Output to raw Stream Compared to my old LibBinaural, this is twice as fast and much more flexible. A project using this library is available here https://sourceforge.net/projects/isochronic/.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Application designed to help correct the ID3 tags in the user's music library. There are still bugs, but the app is mostly accurate. The GUI also helps by suggesting tags without actually changing the file itself. .jar is found in /dist folder
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The aim of this project is to create an application that will allow users to visually describe and share patches for analogue modular synthesizers.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB