Digital Signal Processing (DSP) Python script for converting standard audio tracks into spatial 8D/4D audio with dynamic soundstage panning and room acoustics.
- 🔄 Dynamic Panning: Rotating sound sources around the listener via sinusoidal algorithms.
- 🏰 Room Acoustics: Applying subtle room reverb and space volume.
- 🎵 Format Support: Processing WAV, MP3, FLAC via FFmpeg integration.
- Language: Python 3.9+
- DSP & Processing:
pydub,numpy,scipy, FFmpeg
git clone https://github.com/Bargaisl/audio-4d-conv.git
cd audio-4d-conv
pip install pydub numpy scipy
python 4d_audio_converter.pyThis audio conversion tool is provided "as is". Converting high-volume audio signals may cause clipping, distortion, or temporary hearing discomfort if listened to at excessive volumes with headphones. The developer is not liable for hardware damage or hearing damage caused by improper volume levels or corrupted output files.
Licensed under the MIT License.
Скрипт цифровой обработки сигналов (DSP) на Python для преобразования обычных аудиозаписей в объемные треки с эффектом пространственного вращения (8D/4D Audio).
- 🔄 Динамическое панорамирование: Вращение звукового поля вокруг слушателя по синусоидальному закону.
- 🏰 Акустика помещения: Наложение легкого эффекта объёма и реверберации.
- 🎵 Поддержка форматов: Экспорт и импорт WAV, MP3, FLAC через FFmpeg.
- Язык: Python 3.9+
- DSP & Обработка:
pydub,numpy,scipy, FFmpeg
git clone https://github.com/Bargaisl/audio-4d-conv.git
cd audio-4d-conv
pip install pydub numpy scipy
python 4d_audio_converter.pyДанный инструмент обработки аудио предоставляется по принципу «как есть». Преобразование аудиосигналов высокой громкости может вызывать клиппинг, искажения или временный дискомфорт для слуха при прослушивании на чрезмерной громкости в наушниках. Разработчик не несет ответственности за повреждение оборудования или слуха, вызванное ненадлежащим уровнем громкости или поврежденными итоговыми файлами.
Распространяется под лицензией MIT License.