Showing 278 open source projects for "record voice in php"

View related business solutions
  • Save hundreds of developer hours with components built for SaaS applications. Icon
    Save hundreds of developer hours with components built for SaaS applications.

    The #1 Embedded Analytics Solution for SaaS Teams.

    Whether you want full self-service analytics or simpler multi-tenant security, Qrvey’s embeddable components and scalable data management remove the guess work.
    Try Developer Playground
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    Record You

    Record You

    Privacy focused recorder app built with MD3

    Privacy-focused voice and screen recorder app built with MD3.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    FusionPBX

    FusionPBX

    A domain based multi-tenant PBX & voice switch for FreeSWITCH

    FusionPBX is a multi-tenant PBX and voice switch for FreeSWITCH, a highly scalable, multi-threaded, cross-platform communication platform. FusionPBX can be used either as a single or domain based PBX, and offers several functionalities: as carrier grade switch, call center server, voicemail server, fax server, conference server, VoIP server, multi-tenant appliance framework and so much more. It also offers unlimited extensions, device provisioning, music on hold, call parking, automatic call...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3
    curlconverter

    curlconverter

    Convert curl commands to Python, JavaScript, Go, PHP, etc.

    curlconverter transpiles curl commands into programs in other programming languages. You can choose the output language by passing --language <language>. The options are Python python (the default), JavaScript browser node node-request, Go go, Rust rust, PHP php, Java java, R r, Elixir elixir, Dart dart, MATLAB matlab and a few more. The JavaScript API is a bunch of functions that can take either a string of Bash code or an array. curlconverter requires Node 12+.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Laravel Cascade Soft Deletes

    Laravel Cascade Soft Deletes

    Cascading deletes for Eloquent models that implement soft deletes

    In scenarios when you delete a parent record - say for example a blog post - you may want to also delete any comments associated with it as a form of self-maintenance of your data. Normally, you would use your database's foreign key constraints, adding an ON DELETE CASCADE rule to the foreign key constraint in your comments table. It may be useful to be able to restore a parent record after it was deleted. In those instances, you may reach for Laravel's soft deleting functionality. In doing so...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • 5
    Tracy

    Tracy

    Ease debugging PHP code for cool developers

    Tracy is a tool designed to facilitate debugging PHP code. It is a useful assistant to all PHP programmers, which helps with clear visualizing and logging errors, dumping variables and a lot more. Tracy hints and corrects you just like a good friend watching your back. Look at the picture above. Yes, "did you mean $greeting?" was added to a well-known PHP notice by Tracy. Maybe you feel like: “If Tracy’s so clever, she could fix that error as well!” That is exactly what she can do. One-click...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Laravel Auditing

    Laravel Auditing

    Record the change log from models in Laravel

    ... to the audit events. Ability to use an Audit record to transition between the states of an Auditable model. If needed, the Audit data can be transformed before being stored. The package comes with a number of useful features that make it easy to customize and control the auditing process. For instance, it includes an Auditor class that allows developers to audit and clear audit records and Modifiers that can be used to modify attributes before they are audited.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Laravel Visits

    Laravel Visits

    Laravel Visits is a counter that can be attached to any model

    Laravel Visits is a counter that can be attached to any model to track its visits with useful features like IP protection and lists caching.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Squire

    Squire

    A library of static Eloquent models for common fixture data

    Squire is a library of static Eloquent models for fixture data that is commonly needed in web applications, such as countries, currencies, and airports. It's based on the concepts of Caleb Porzio's Sushi package. Squire includes a validation rule for each model installed in your app. These allow you to easily validate user input to ensure that it matches a record in a specific model. Squire may not always have a model available for the information you require. In this case, you may want...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Sortable behaviour for Eloquent models

    Sortable behaviour for Eloquent models

    Sortable behaviour for Eloquent models

    This package provides a trait that adds sortable behavior to an Eloquent model. The value of the order column of a new record of a model is determined by the maximum value of the order column of all records of that model + 1. The package also provides a query scope to fetch all the records in the right order. Spatie is a web design agency in Antwerp, Belgium. You'll find an overview of all our open source projects on our website.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
    Learn More
  • 10
    Prophecy

    Prophecy

    Highly opinionated mocking framework for PHP 5.3+

    Prophecy is a highly opinionated yet very powerful and flexible PHP object mocking framework. Though initially it was created to fulfil phpspec2 needs, it is flexible enough to be used inside any testing framework out there with minimal effort. First, add Prophecy to the list of dependencies inside your composer.json, then, simply install it with composer. First of all, in Prophecy every word has a logical meaning, even the name of the library itself (Prophecy). When you start feeling...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Eloquent Viewable

    Eloquent Viewable

    Associate views with Eloquent models in Laravel

    Sometimes you don't want to pull in a third-party service like Google Analytics to track your application's page views. Then this package comes in handy. Eloquent Viewable allows you to easily associate views with Eloquent models. It's designed with simplicity in mind. This package stores each view record individually in the database. The advantage of this is that it allows us to make very specific counts. For example, if we want to know how many people has viewed a specific post between...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Z-BlogPHP

    Z-BlogPHP

    Z-BlogPHP blog program

    Z-BlogPHP is a blog program provided by the Z-Blog community and has been committed to providing excellent blog writing experience to domestic users. The first edition has been released since 2005 and has a history of 18 years. It is one of the few open-source CMS systems that continue to provide updates in China. Our goal is to immerse users in writing and record life, without paying attention to cumbersome settings, etc., and let users focus on creation. For users, it is simple and easy...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Order Voice  PHP Order Number Caller

    Order Voice PHP Order Number Caller

    is a simple yet powerful web-based application designed to streamline

    OrderVoice is a simple yet powerful web-based application designed to streamline the customer experience in businesses like restaurants, retail stores, and service centers. With OrderVoice, you can easily announce when an order is ready using a clear and customizable voice prompt
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    VoiceRecorder

    VoiceRecorder

    VoiceRecorder is an user-friendly application designed to record audio

    Description VoiceRecorder is an user-friendly application designed to record audio from selected devices. It's perfect for quick recordings and audio testing. Installation To install the VoiceRecorder application, download the VoiceRecorder.rar. Extract the .rar file, and run the VoiceRecorder.exe file on your machine. Usage Select the device you want to record from the list. Choose from three available filters to enhance your audio OR choose empty field if you dont want to use any...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15
    eGuideDog free software for the blind
    eGuideDog project develops free software for the blind. Currently, we focus on WebSpeech, Ekho TTS and WebAnywhere.
    Leader badge
    Downloads: 400 This Week
    Last Update:
    See Project
  • 16
    byzorgan

    byzorgan

    Specialized sound synthesizer with Byzantine Church music scales

    This software integrates a small, specialized synthesizer and vocal processor. It can be used to learn Byzantine Church singing. You can play from the keyboard, mouse or touch screen. MIDI input is also available. Voice functions include: pitch highlighting, synthesizer control by voice, pitch correction and voice-to-ison conversion. On the screen there are labels with symbols of Byzantine notes. There is a metronome. The program is oriented on the Chrysanthos tuning of the diatonic scale: 9/8...
    Downloads: 21 This Week
    Last Update:
    See Project
  • 17
    CerberusCMS5

    CerberusCMS5

    Cerberus Content Management System

    Cerberus Content Management System is a dynamic, secure and infinitely expandable CMS designed after a Unix-Like model. It is a custom written Web Application Framework ( W.A.F. ) with a consistent and custom written Pre-Hyper-Text-Post-Processor Programming Code Framework ( P.C.F. ). This Web Application Software Project' aim is to be the fastest and most secure Web Application Framework, Web Application Programming Code Framework, Text, Voice and Video Communications Platform and Content...
    Leader badge
    Downloads: 39 This Week
    Last Update:
    See Project
  • 18
    Easy Database Forms For All

    Easy Database Forms For All

    Create Web Based Forms Quickly, With In-built DB, For All Your Teams

    ... to check its facilities. You can also create your own users, databases, grant privileges, change passwords, enable audits, create tables etc. by having a look at this file : C:\forms64bit\httpd\htdocs\team1_user_and_database_creation.sql Also, the files, index.html and the team[1-8].php present in the same folder, can be studied for more customization. Use a good Text / Code Editor Software like "Sublime Text" OR Notepad++ to open these files. Check Google For Them.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 19
    SaferPuppyLinux

    SaferPuppyLinux

    Safer Puppy Linux for activists, educators, low bandwidth, 32 & 64bit

    Live USB Distros based on Puppy Jammy 32, Fossa9.5 64, Bookworm64 for journalists, activists, teachers with slow computers in repressive environments ~700MB[32bit] ~1.1GB[64bit] RAM 1GB minimum (swap suggested) Live USB stick 2GB[32bit], 4GB[64bit] > VFAT32 encrypted personal storage suggested internet radio with bookmarks Firefox ESR for addons: singlefile, urbanVPN, translate Seamonkey (wysiwyg HTML editor), Palemoon can work with Tor Proxy via FoxyProxy Voice & webcam record...
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 20
    TURGEN

    TURGEN

    Create your own Atari tapes

    With TURGEN, you can record your own tapes with software for Atari 8-bit computers, and transfer data from your PC or Mac to your Atari 8-bit computer using your data recorder and a cassette adapter. TURGEN converts digital images of Atari software to the original standard Atari tape records and also various "turbo" systems. You can create WAVE files, tape images, or send the signal directly to the sound card. Tools such as Wizard for files, Tape Side Creator, Dual Track Tape creator...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 21
    cerberuscms2

    cerberuscms2

    Cerberus Content Management System

    Cerberus Content Management System is a dynamic, secure and infinitely expandable CMS designed after a Unix-Like model. It is a custom written Web Application Framework ( W.A.F. ) with a consistent and custom written Pre-Hyper-Text-Post-Processor Programming Code Framework ( P.C.F. ). This Web Application Software Project' aim is to be the fastest and most secure Web Application Framework, Web Application Programming Code Framework, Text, Voice and Video Communications Platform and Content...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 22
    Capacity Planning & Management Software

    Capacity Planning & Management Software

    Free & Open Capacity Planning Software in a Complete Virtual Machine

    Every Profession has some sort of Resource to manage, be it materials, money, physical or logical resources & with it some vital queries to be answered: At what Rate is my Resource getting consumed? How Long will current stock last? What will be near future requirement? In Just Two Simple steps of Defining Your Resource & Actively Tracking its Consumption, you will be in total control of your Resource, with this Software. After starting this VM, from any PC on your Local Network,...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 23
    Epesi BIM Free & Open Source CRM

    Epesi BIM Free & Open Source CRM

    Lighweight CRM, easy to use Kickstarter for web based ERP

    EPESI BIM (Business Information Manager) is a fully functional web CRM/ERP application to store, organize, access and share business records. Manage your data precisely, flexibly and easily, simplifying internal communication and making work-flow more efficient. Epesi has been designed as a Kickstarter project and provides "no code" and "low code" environment for developers. You can quickly create your own modules: https://epesi.org/devtutorial/helloworld Setting up EPESI Web Application...
    Leader badge
    Downloads: 5 This Week
    Last Update:
    See Project
  • 24
    speeched

    speeched

    Speech synthesizer for Windows that supports SSML

    Speechy/Speeched is a speech synthesizer for Windows 7 and above that supports SSML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    IzzySales: Free Sales Management System

    IzzySales: Free Sales Management System

    IzzySales is a free web application to manage Sales, Orders, Stock

    IzzySales, released as BETA, is a free web application built with PHP, MySQL, Bootstrap and Ajax. It is a light-weight application, very easy to use with minimum technical complexity. It can be installed on Web Servers as well as local computers that support PHP and MySQL. It can be used by retail outlets, online sellers, offline sellers, small business or anyone who wants quick and neat way to record sales, orders and stock data. For details, customization, upgrade reach me on linked...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next