
Fermé
Publié
Payé lors de la livraison
I'm looking for a skilled developer to create a sound mixer program specifically for Windows. The mixer should feature effects processing. Key Requirements: - Compatible with Windows - Effects processing capabilities Ideal Skills: - Experience in audio processing software development - Proficiency in Windows application development - Knowledge of effects processing algorithms and implementation Please provide examples of similar work done.
N° de projet : 40236858
49 propositions
Projet à distance
Actif à il y a 18 jours
Fixez votre budget et vos délais
Soyez payé pour votre travail
Surlignez votre proposition
Il est gratuit de s'inscrire et de faire des offres sur des travaux
49 freelances proposent en moyenne $476 AUD pour ce travail

Hi there, I’m Muhammad Awais and I read your Windows Sound Mixer project with great interest. I’ll design a robust Windows desktop mixer in C++/C# that supports real-time audio routing and built‑in effects processing. My approach is to build a modular mixer engine with a clean UI, low-latency audio paths, and a pluggable effects chain (EQ, reverb, compression, delay, modulation). I’ll ensure compatibility with current Windows audio APIs (WINMM/ WASAPI) and include test rigs to verify performance across common audio hardware. The project will deliver a stable, extensible mixer with clear documentation and a small set of ready-to-run demos. 8-10 important technical questions about project scope and requirements, without headings and ensuring one line space between each question. What you’ll get: - A responsive Windows desktop app with multi‑bus routing and real‑time effect processing - A modular effects chain with well‑documented APIs - Efficient CPU usage and low latency tuning - Source code, build scripts, and a brief user guide - A demo set to showcase typical use cases I can share sample work on Windows audio apps and effects pipelines upon your request. I’m ready to discuss requirements, timelines, and milestones in detail. Best regards,
$750 AUD en 16 jours
8,9
8,9

Hello, Developing a Windows-based sound mixer with real-time effects processing is absolutely feasible, but the architecture needs to be defined carefully to ensure low latency, stability, and high audio quality. For a robust Windows solution, I would recommend building this as a native application using C++ with a proven audio framework such as JUCE. This allows clean integration with Windows audio APIs (WASAPI or ASIO if required) and provides the performance necessary for real-time DSP. If the requirements are lighter, a C# approach with NAudio can also be considered, though C++ offers more flexibility for advanced processing. The core system would include: • Multi-channel audio routing and level control • Real-time effects processing • Low-latency buffer management • Stable threading model for glitch-free playback • Clean Windows-native UI Before proposing a final scope and cost, I would need clarification on: • Number of input/output channels • Required effects list • Latency expectations • Whether ASIO support is needed • Any plugin (VST) support requirements I have experience working on audio-processing and performance-sensitive applications and understand the importance of efficient DSP implementation. Let’s define the feature set in detail so I can propose the right architecture and timeline. Best, Jenifer
$500 AUD en 20 jours
8,5
8,5

Hi there, I understand you need a skilled developer to create a sound mixer program for Windows, focusing on effects processing. I have extensive experience in audio processing software development and have successfully delivered similar projects in the past. To ensure your requirements are met, I will utilize my proficiency in Windows application development and implement effective algorithms for sound effects processing. My approach includes thorough planning, regular updates, and open communication to keep you informed throughout the project. I pride myself on delivering high-quality work and being reliable. I can provide examples of past projects that demonstrate my capabilities in this area. I look forward to the opportunity to discuss your project further and how I can contribute to its success. Best regards, Burhan Ahmad TechPlus
$750 AUD en 5 jours
6,6
6,6

⭐⭐⭐⭐⭐ Create a Windows Sound Mixer Program with Effects Processing ❇️ Hi My Friend, I hope you are doing well. I've reviewed your project requirements and see you are looking for a skilled developer to create a sound mixer program. You don't need to look any further; Zohaib is here to help you! My team has successfully completed 50+ similar projects in audio processing. I will use efficient methods to build your program with effects processing capabilities while ensuring compatibility with Windows. ➡️ Why Me? I can easily create your sound mixer program as I have 5 years of experience in audio processing software development, focusing on Windows applications, effects processing, and algorithm implementation. I also have a strong grip on related technologies, ensuring high-quality results for your project. ➡️ Let's have a quick chat to discuss your project in detail and let me show you samples of my previous work. Looking forward to discussing this with you in our chat. ➡️ Skills & Experience: ✅ Audio Processing ✅ Windows Application Development ✅ Effects Processing Algorithms ✅ Software Design ✅ C++ Programming ✅ User Interface Design ✅ Debugging ✅ Performance Optimization ✅ Code Review ✅ API Integration ✅ Cross-Platform Compatibility ✅ Project Management Waiting for your response! Best Regards, Zohaib
$350 AUD en 2 jours
6,5
6,5

Hello, Are you ready to revolutionize your audio experience with a custom Windows sound mixer tailored to your needs? I specialize in audio processing software development and can deliver a mixer with robust effects processing that stands out in functionality and user experience. Let's discuss how we can bring your vision to life and create a demo that showcases its capabilities. Best, Smith
$500 AUD en 7 jours
6,1
6,1

Hello, I HAVE EXTENSIVE EXPERIENCE IN WINDOWS AUDIO & EFFECTS SOFTWARE DEVELOPMENT I have 9+ years in audio application development, I can build a Windows-native Sound Mixer with advanced effects processing tailored to your requirements. Core Features: • Multi-channel audio mixer for Windows • Effects processing (reverb, EQ, compression, delay, customizable chains) • Real-time audio monitoring and processing • Volume, pan, and mute controls per channel • Save/load presets for effects and mixer settings • User-friendly, responsive Windows UI Modules: • Audio Engine – low-latency, real-time processing • Effects Module – built-in DSP algorithms with flexible routing • Mixer Interface – channel controls, faders, pan, mute/solo • Preset Management – save and recall mixer/effects configurations • Settings & Preferences – device selection, buffer size, sample rate I’ve delivered custom audio software and Windows sound utilities with real-time effects before. I can share NDA-safe demos and code snippets of similar applications in chat. We can discuss your preferred effects, channel count, and integration needs to finalize a tailored solution. Thanks & regards Julian
$320 AUD en 7 jours
6,2
6,2

Your effects processing will bottleneck if you're planning real-time DSP without ASIO driver support. Most Windows audio APIs introduce 20-50ms latency that makes live mixing unusable. I've built 3 audio applications where we had to implement low-latency buffers and thread priority optimization to keep CPU usage under 15% during 8-channel processing. Before architecting this, I need clarity on two things - are you targeting WASAPI Exclusive Mode for pro audio users, or DirectSound for consumer-grade compatibility? And what's your expected channel count - 2-channel stereo or multi-track routing with 16+ inputs? Here's the technical approach: - C++ CORE ENGINE: Build the DSP pipeline using JUCE framework for cross-platform audio buffer management and plugin hosting, reducing development time by 60% compared to raw Win32 API. - ASIO/WASAPI INTEGRATION: Implement dual-mode audio drivers - ASIO for sub-10ms latency and WASAPI for broader hardware compatibility without requiring third-party drivers. - EFFECTS CHAIN: Develop modular effect processors (EQ, compression, reverb) using optimized FFT algorithms and SIMD instructions to handle real-time processing at 48kHz sample rate. - C# UI LAYER: Build the interface using WPF with MVVM pattern, connecting to the C++ audio engine via CLI wrappers for responsive controls without blocking the audio thread. I've engineered similar systems for 2 music production startups where we achieved 5ms round-trip latency and supported VST plugin hosting. I don't take on projects where the audio architecture isn't clearly defined upfront. Let's schedule a 15-minute call to discuss buffer sizes, threading models, and whether you need VST compatibility before committing to the build.
$450 AUD en 10 jours
5,5
5,5

Hello, I am a C programmer. I create simple, fast, and efficient programs using the C language. What I Can Do Console based C programs Data Structures such as Stack, Queue, Linked List File handling programs Pointers and memory management Bug fixing in C code College and university projects Why Choose Me Clean and easy to understand code Fast delivery Proper explanation of the program Friendly communication Let’s Work Together Send me your project details. I will tell you How I will build it How much time it will take Project cost I am ready to help you with your C programming tasks.
$250 AUD en 7 jours
5,7
5,7

⭐Hey, I’m ready to assist you right away!⭐ I believe I’d be a great fit for your project since my expertise includes developing Windows applications with advanced audio processing features. My experience in audio software development and knowledge of effects processing algorithms align perfectly with your requirements. This project will address your need for a custom Windows sound mixer with effects processing, ensuring a seamless user experience. If you have any questions, would like to discuss the project in more detail, or would like to know how I can help, we can schedule a meeting. Thank you. Maxim
$250 AUD en 3 jours
4,9
4,9

✋ Hi There!!! ✋ The Goal of the project:- TO DEVELOP A WINDOWS-BASED SOUND MIXER WITH ADVANCED EFFECTS PROCESSING CAPABILITIES AND STABLE PERFORMANCE. I have carefully reviewed your requirement for a Windows compatible sound mixer with effects processing, and I clearly understand the need for reliable audio handling, smooth UI, and efficient algorithm implementation. With 9+ years experience as a full stack developer specializing in desktop and audio applications, I can deliver a stable and professional solution tailored to your needs. 1. Native Windows application development using C++ or C# 2. Custom audio effects processing and algorithm integration 3. Optimized performance with low latency audio handling I will provide clean UI design, structured database management if required for presets, thorough testing, and full source code delivery at project completion. I have already completed similar desktop audio tools and signal processing based applications. Looking forward to chat with you for make a deal Best Regards Elisha Mariam!
$254 AUD en 14 jours
4,9
4,9

Hello, I can develop a sound mixer program specifically for Windows that will feature effects processing. Please message me so that we can discuss your project requirements in more detail and take it forward from there. Excited to collaborate with you, Fahad.
$280 AUD en 2 jours
4,7
4,7

Hi, how are you doing? I can develop a Windows-based sound mixer application with built-in effects processing, designed for performance, stability, and clean usability. I have experience in audio software development using C++/C# with low-latency audio frameworks, implementing real-time effects such as EQ, compression, reverb, delay, and routing controls. For your project, I’ll build a responsive Windows desktop application with efficient audio engine architecture, optimized signal processing, and a clear UI for managing channels and effects. The solution will be well-structured, documented, and scalable for future feature expansion. Best regards, Alesha.
$500 AUD en 7 jours
5,2
5,2

Hello, I can develop a sound mixer program tailored specifically for Windows, incorporating advanced effects processing capabilities. With my extensive experience in audio processing software and proficiency in Windows application development, I ensure a seamless and efficient application tailored to your needs. The mixer will support various effects processing algorithms, providing users with a comprehensive suite of tools for sound manipulation. My previous projects include developing audio editing software with real-time effects and robust performance, showcasing my capability to deliver high-quality solutions. Questions: • Are there specific effects you envision for the mixer? • Do you have a preferred UI design or functionality features in mind? I am committed to creating a sound mixer that meets your expectations and enhances your audio processing experience. Looking forward to discussing your project in more detail and understanding your specific needs. Thanks and best regards, Faizan
$270 AUD en 10 jours
4,3
4,3

Hi there! I recently developed a low-latency audio routing engine for Windows that managed complex hardware interfaces, so I am intimately familiar with the intricacies of the Windows Sound Engine. Your project for a custom sound mixer is a perfect fit for my expertise in developing high-performance utilities using Windows Core Audio APIs to provide granular control over both system-wide and application-specific streams. I specialize in building lightweight, responsive tools that offer a superior user experience without introducing CPU overhead or audio lag. My approach focuses on utilizing C++ with the Windows Audio Session API (WASAPI) and the IAudioSessionEnumerator interface to monitor and manipulate active sessions in real-time. I will implement a backend architecture leveraging IMMDevice and IAudioEndpointVolume interfaces to manage hardware levels, while the frontend will be crafted using WinUI 3 or WPF to ensure a modern, high-DPI aware interface. I will include real-time peak meter visualization using the IAudioMeterInformation interface and implement a thread-safe event-handling system to ensure the UI reflects system-level changes—such as new device hot-plugging or app launches—instantaneously. If your roadmap includes features like virtual routing, I can structure the core engine to accommodate these expansions efficiently. Could you clarify if you need the mixer to support persistent profiles for different hardware setups, or if you require integrated global hotkeys for rapid adjustments? I’m also curious if you intend to include per-application equalization or if the focus remains strictly on volume management. I am available to dive deeper into these technical specs over chat or a brief call to ensure the final product meets your performance expectations.
$617 AUD en 21 jours
3,8
3,8

Hello, I have reviewed the details of your project. i can develop a windows desktop sound mixer using python with pyqt for the interface and pyaudio to handle audio input and output streams. the program will allow multiple tracks to play simultaneously, with independent volume, pan, and mute controls for each track. effects like reverb, delay, equalization, and compression will be applied in real time using numpy and scipy for audio signal processing. users will be able to load local audio files, adjust effect parameters on the fly, and monitor levels through visual meters. i will also include a simple file export option so mixed tracks can be saved as wav files. the interface will be responsive and clear, making it easy to add or remove tracks and tweak effects during playback. Let's have a detailed discussion, as it will help me give you a complete plan, including a timeline and estimated budget. I will share my portfolio in chat I look forward to hear from you. Thanks Best Regards, Mughira
$500 AUD en 7 jours
3,5
3,5

Hello there, I reviewed your project Windows Sound Mixer Development and understood the requirements at a high level. I focus on delivering clear, stable, and maintainable solutions aligned with the actual scope, I can work with C Programming, Windows Desktop, C# Programming and follow a clean development process with proper structure and error handling. If this aligns with what you’re looking for, please come to chat to discuss further. Best regards
$250 AUD en 7 jours
3,3
3,3

Hi, there. I can confidently say, "I can do it perfectly." I don't think a long explanation is necessary. With my solid experience in C Programming, Windows Desktop, C# Programming, C++ Programming, Software Development, Audio Processing, Audio Editing, Audio Engineering, I will do my best until you are completely satisfied with the final result. I look forward to working with you. Thank you for your time and review. Boris.
$300 AUD en 7 jours
2,9
2,9

Hello, I hope you are doing well. I’m a seasoned developer focused on Windows desktop software and audio processing. I’ve built real‑time audio pipelines and effects modules using C# and C/C++ for performance‑critical Windows apps, combining robust UI with efficient DSP paths. In my previous work I designed and implemented audio effects chains, mixers, and mastering tools that handle sample-accurate processing, latency aware playback, and smooth user experiences without compromising stability. I can translate your requirements into a responsive Windows mixer with built‑in effects processing, clean UI, and reliable performance. I can handle this work based on my background in audio software, Windows development, and DSP algorithms. I’ll deliver a polished, functional mixer that meets your specs and performance targets. Please feel free to contact me so we can discuss more details. I am looking forward to the chance of working together. Best regards, Billy Bryan
$250 AUD en 5 jours
2,8
2,8

Hey there, Do you need the mixer to work as a virtual audio device (system-wide like Voicemeeter), or is it an app that mixes selected inputs and outputs to a chosen device only? Which effects are required for v1: EQ, compressor, noise gate, reverb, limiter, and do you need VST plugin hosting or only built-in effects? I can build a Windows mixer with real-time effects using a low-latency audio engine (WASAPI/ASIO) and a clean UI in C++ or C#. The core will be stable audio routing, per-channel gain/pan/mute, and an effects chain with preset saving. I’ll focus on glitch-free playback: proper buffering, sample-rate handling, and CPU-safe DSP. You’ll get a working installer, source code, and a short doc explaining how to add new effects modules later. If you want system-wide routing, I can implement a virtual audio driver approach, but that’s a bigger scope than an app-only mixer. Hope to discuss more on chat. Best, Kirill
$500 AUD en 7 jours
2,4
2,4

Being in this industry for almost a decade, my expertise revolves around designing and developing innovative software solutions. My team and I have gained an extensive understanding of the important fundamentals of Windows application development, which makes us well-suited for this project. Our proficiency in languages like Java, PHP, .NET adds a plenty to our diverse skillset. Audio processing is an area we are particularly skilled at. We have built multiple audio-driven applications and even implemented complex algorithms for effects processing on different platforms including the Windows operating system. We have proven prior experience merging these different components into a cohesive whole to create robust, reliable and user-friendly software; skills indispensable for the development of your desired windows sound mixer program. Lastly, exceptionally dedicated to client satisfaction, we offer not only top-notch technical services but value-added benefits such as cost-effectiveness, cross-browser compatibility, and extended support after project delivery. In us, you can rest assured to have found competent professionals dedicated to turning your idea into reality. So why compromise when it comes to sound quality? Choose us for an impeccable sound mixer that perfectly fits all your needs.
$500 AUD en 7 jours
2,1
2,1

Sydney, Australia
Membre depuis févr. 17, 2026
$30-250 USD
$2-8 CAD / heure
₹12500-37500 INR
€250-750 EUR
₹12500-37500 INR
₹100-400 INR / heure
£20-250 GBP
$30-250 USD
$30-250 USD
$30-250 USD
$10-30 USD
₹600-1500 INR
$10-30 USD
$250-750 CAD
$2-8 USD / heure
$30-250 USD
$30-250 USD
$1500-3000 AUD
₹750-1250 INR / heure
₹12500-37500 INR