Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.

  User Info

  Board Stats

  • Total Members: 0
  • Total Posts: 0
  • Total Topics: 0
  • Total Categories: 0
  • Total Boards: 0
  • Most Online: 21,221

  Theme Select

  Board News

[OPEN SOURCE] Microsoft's ASIO drivers "will be shipped with Windows"

2025-10-01 08:58:08 by forart.eu | Views: 737 | Comments: 0

Actively-developed "USB Audio Class 2 (UAC2) driver, optimized for low-latency musician scenarios" that "includes an ASIO interface [..] will be shipped in Windows."

Even if "There is no public release of the driver, yet", their "project is open source to enable community participation, and to encourage others to create and ship useful low-latency audio drivers for Windows."

Git: https://github.com/microsoft/low-latency-audio#readme

[OPEN SOURCE] sradcon: Saracon-level audio quality resampler

2025-09-23 10:55:27 by forart.eu | Views: 20995 | Comments: 4

This is pure free hyper-quality resampler, re-quantizer, and having high-freq predictor effect.

This project aims to replace Saracon-level audio quality resampler with a free alternative.
This resampler and re-quantizer consists of the following algorithms:
  • Resampler Section: The audio is divided into overlapped chunks, and linear phase and minimum phase filters are selectively used for fine frequency bands, primarily 128 bands on the mel scale.
    All possible choices are tested to minimize the difference after resampling based on overall noise tonality, gain, and band information. The method judged to be optimal is used for each respective band.
  • Re-quantizer Section: The audio is divided into overlapped chunks, frequency distribution is analyzed, and shaping coefficients are designed to place noise in areas where it cannot be heard, then noise shaping is performed based on these coefficients. HFE (High Frequency Enhancement) function is still under development.

※This project utilizes LLM technology.

Git: https://github.com/Super-YH/sradcon#readme
Latest (linux) release: https://github.com/Super-YH/sradcon/releases/latest
Developer: Super-YH

[OPEN SOURCE] Deep Sound Resolution Enhancer (non-deep-learning)

2025-09-11 08:16:16 by forart.eu | Views: 50625 | Comments: 10

DSRE / Deep Sound Resolution Enhancer
...it's in beta stage and executable has chinese GUI only:

Description:
DSRE is a high-performance audio enhancement tool that can batch-convert any audio files into high-resolution (Hi-Res) audio. Inspired by Sony DSEE HX, it uses a non-deep-learning frequency enhancement algorithm, allowing fast processing of large batches without heavy computation.

Key Features:
  • Batch Processing: Convert multiple audio files at once.
  • Multiple Formats:Supports WAV, MP3, FLAC, M4A, etc.
  • Preserves Cover & Metadata:No manual editing required.
  • Flexible Parameters:Modulation count, decay, high-pass filter, etc.
  • Fast & Stable:Does not rely on deep learning, fast processing.

Git: https://github.com/x1aoqv/DSRE---Digital-Sound-Resolution-Enhancer#readme
License: MIT
Latest release: https://github.com/x1aoqv/DSRE---Digital-Sound-Resolution-Enhancer/releases/latest