Showing 30 open source projects for "make"

View related business solutions
  • 8 Monitoring Tools in One APM. Install in 5 Minutes. Icon
    8 Monitoring Tools in One APM. Install in 5 Minutes.

    Errors, performance, logs, uptime, hosts, anomalies, dashboards, and check-ins. One interface.

    AppSignal works out of the box for Ruby, Elixir, Node.js, Python, and more. 30-day free trial, no credit card required.
    Start Free
  • 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
  • 1
    SpeechRecognition

    SpeechRecognition

    Speech recognition module for Python

    ...PyAudio version 0.2.11+ is required, as earlier versions have known memory management bugs when recording from microphones in certain situations. To hack on this library, first make sure you have all the requirements listed in the "Requirements" section.
    Downloads: 26 This Week
    Last Update:
    See Project
  • 2
    Quod Libet

    Quod Libet

    Music player and music library manager for Linux, Windows, and macOS

    ...Quod Libet is a GTK+-based audio player written in Python, using the Mutagen tagging library. It’s designed around the idea that you know how to organize your music better than we do. It lets you make playlists based on regular expressions (don’t worry, regular searches work too). It lets you display and edit any tags you want in the file, for all the file formats it supports. Unlike some, Quod Libet will scale to libraries with tens of thousands of songs. It also supports most of the features you’d expect from a modern media player.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3
    SPPAS

    SPPAS

    SPPAS - the automatic annotation and analyses of speech

    ...SPPAS is able to produce automatically speech annotations from a recorded speech sound and its orthographic transcription. SPPAS is helpful for the analysis of any annotated data: estimate statistical distributions, make requests, manage files, visualize annotations. SPPAS offers a file converter from/to a wide range of formats: xra, TextGrid, eaf, trs... <https://sppas.org>
    Downloads: 24 This Week
    Last Update:
    See Project
  • 4
    linux-file-converter-addon

    linux-file-converter-addon

    Convert various image, audio and video formats from your context menu.

    ...The program offers many options to customize the appearance of its context menu. There are also a few extra formats which can be added by installing optional dependencies. The tool has a built-in auto-update function to make sure the newest version is always installed.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 5
    vahatraker

    vahatraker

    a live MIDI sequencer for JACK

    ...Adhering to Unix philosophy, driving MIDI is the one thing it tries to do well, adhering to other doctrines - enabling expression, with added value of: - live editing - fast workflow - intuitive midi-in - unheard of time signatures - scenes a'la 'ton - fractal turtles - fits on a floppy - doesn't make sound Frankly speaking, vht was envisaged as a re-creation of seq24 in tracker form for author's "studio needs" and offers similar functionality (and limitations). It relies 100% on JACK audio connection kit for input/output/synch and uses jack_capture for rendering. The GUI has similar dependencies as gnome-calculator and tracker paradigm was chosen to allow for rhythmic gymnastics otherwise hard to convey. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    LMSFM Linux

    LMSFM Linux

    Musician-oriented Linux distro

    Let's Make Some F*&^in' Music is a USB-based live Linux distro based on Slackware with the intent of providing a comprehensive music recording and production studio using only FOSS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    PC Musique Player

    PC Musique Player

    Music player for Windows with rich features and themes

    PC Musique Player has 23 different themes to change the player background and UI control background. It has (Play/Pause/Resume) in a single button, Previous, Next, Select library folder, shuffle, loop button(loop ON/loop OFF/loop All), stop, volume increase, volume decrease, mute. Choose any folder to play the audio files from the folder as library. To play audio files in the library listed towards the right side of the app, double click on it. Also use the <space> bar in your keyboard to...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Mopidy

    Mopidy

    Mopidy is an extensible music server written in Python

    Mopidy plays music from local disk, Spotify, SoundCloud, TuneIn, and more. You can edit the playlist from any phone, tablet, or computer using a variety of MPD and web clients. Vanilla Mopidy only plays music from files and radio streams. Through extensions, Mopidy can play music from cloud services like Spotify, SoundCloud, and TuneIn. With Mopidy's extension support, you can easily add backends for new music sources. Mopidy is a Python application that runs in a terminal or in the...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    18k-youtube-download

    18k-youtube-download

    ❤️ 18k-youtube-download with python and kivy Dev.Wk-18k

    18k-youtube-download A simple project to make gui on kivy mixed with the function of downloading music from youtube with youtube_dl package
    Downloads: 1 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10
    DeepSpeech

    DeepSpeech

    Open source embedded speech-to-text engine

    ...DeepSpeech is an open-source Speech-To-Text engine, using a model trained by machine learning techniques based on Baidu's Deep Speech research paper. Project DeepSpeech uses Google's TensorFlow to make the implementation easier. A pre-trained English model is available for use and can be downloaded following the instructions in the usage docs. If you want to use the pre-trained English model for performing speech-to-text, you can download it (along with other important inference material) from the DeepSpeech releases page.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 11
    Pydub

    Pydub

    Manipulate audio with a simple and easy high level interface

    Manipulate audio with a simple and easy high level interface. You can pass an optional bitrate argument to export using any syntax ffmpeg supports. Any further arguments supported by ffmpeg can be passed as a list in a 'parameters' argument, with switch first, argument second. Note that no validation takes place on these parameters, and you may be limited by what your particular build of ffmpeg/avlib supports. You can open and save WAV files with pure python. For opening and saving non-wav...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    NetEase-MusicBox

    NetEase-MusicBox

    NetEase cloud music command line version

    ...DJing, local collection, add at any time. Play progress and play mode display. Now playing and desktop lyrics display. Song comment display. One-click to enter the song album. Vimer-style shortcut keys make the operation silky smooth. Numerical shortcut keys can be used. Can use custom global shortcut keys. Local fuzzy search on the current playlist list. The shortcut keys with the word num + can be modified with numbers. The key sequence is to enter the number first and then type the modified key, that is, the shortcut key after num +.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Spotify Music Downloader

    Spotify Music Downloader

    Spotify Music Downloader

    Download music from Spotify and other music sources.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 14
    Defox text to speech and downloader

    Defox text to speech and downloader

    Written or imported text offline read or online download.

    ...Therefore maybe I haven't software making skills. I'm worried about that. ! Note 2 : When you double click on the software maybe it will get some seconds to open. That's not my fault. I used Python language to make this software and Python was not supported speedy to modern computers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    pimusicbox_1-0a

    pimusicbox is a smart jukeboxe and not only

    pimusicbox is a smart jukeboxe and not only. It can be a boombox, or a radio and much more. Make it Yourself and enjoy it http://www.pimusicbox.com/ http://www.jonixlug.altervista.org/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    superboucle

    superboucle

    Loop based software with jack transport, record and midi controllable

    ...Typical usage : * You need to control jack transport with external midi device and want a button to jump to a specified location in song. * You have some instruments patterns but you have no idea of song structure. * You make live performance with pre-recorded instruments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Radio automation software. Starting from media files manages broadcasting over a radio-station. The main components are: Player, Scheduler and WEB user interface. Developed with Python, Django, Xmms it works in an production environment
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Steel TTS

    A cross-platform wrapper for common text-to-speech engines in Python

    ...Steel currently supports the following TTS software: - Microsoft Speech API 5 (SAPI5) - eSpeak - NS Speech Synthesis - FreeTTS Documentation: http://sourceforge.net/p/steeltts/wiki/ Bug Tracker: http://sourceforge.net/p/steeltts/tickets/ If you are interested in contributing to the Steel TTS codebase, or would like to make a feature-request, please contact the lead developer, Jasper Danielson, at jrd4@rice.edu.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 19
    ...This tutorial pretends to be a brief introduction to the Graphics User Interfaces (GUI) programming, using the Python programming lenguage and Qt framework, both multiplataform. In this tutorial we'll use PyQt to show you the base of Qt programming under Pyhon. To make this tutorial even more funny, because you can learn the theorical side of Qt programming just reading the documentation, I will focus it only in the practical side, therefore I deside to show you how to create a video player, which its programming is unbelievably simple with Qt. Topics ==== - Useful programming IDEs and tools...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    VoiceCode is an Open Source initiative started by the National Research Council of Canada, to develop a programming by voice toolbox. The aim of the project is to make programming through voice input as easy and productive as with mouse and keyboard. For install, Use subversion, as described in this page: http://sourceforge.net/apps/mediawiki/voicecode/index.php?title=VCode_1_Doc/InstallationManual.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    PyPlay

    Music player for touchscreen devices written using Python and QML.

    ...Playback currently uses Phonon, API, but switch to either Qt Multimedia or GStreamer is planned. After that, video support will be added. Update: The project is no more avtively developed. I ported it from Python to C++ which allowed me to make an Android version. The new version is called Muzika Player.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Pronac MediaMonkey Extension

    Pronac MediaMonkey Extension

    Recommends music based upon your current taste.

    ...Currently supports only MediaMonkey Player. Downlaod, extract and run "pronac.exe". Play the first song from the Now Playing list, it'll recommend you next songs from the same list. NOTE: MAKE SURE THAT SONG SHUFFLE IS TURNED OFF WHILE USING PRONAC. Based upon K-Nearest Neighbor Machine Learning Algorithm, K-Fold Cross Validation and EchoNest for audio features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    CLIJACK

    make connections and start JACK server from command-line

    CLIJACK is a command-line alternative to such programs as QjackCtl. CLIJACK allows one to launch the JACK audio server and make connections between jack-audio ports, jack-MIDI ports, and ALSA-MIDI ports. CLIJACK is written in pure Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This is a pygtk program intended to make easier long and boring things with organising and tagging your music library, such as fixing titles, artists and albums names, searching for album covers or lyrics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    pappy = PortAudio Pushed to PYthon. It's a Pyrex wrapper around the PortAudio library. No attempt has been made to make it more Pythonic; it's simply the C functions turned into Python as closely as I could.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB