Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Julia have support for audio processing

I want to play around with audio at low level. I want functionality such as reading mp3 files and creating audio files (with both channels independently controllable). The ability to listen to generated audio in the code notebook (I am using Pluto) on the fly would be much appreciated. Are there any packages that allow one to achieve this? I found this: https://github.com/JuliaAudio/MP3.jl/ but it doesn't seem to be maintained and upon trying to install it I run into an error saying 'no project file' which seems to a new requirement for julia packages that was added recently.

I am completely new to Julia and have python and javascript experience. Decided to do this project in Julia instead of python just to pick up this language.

like image 509
point.blank_ Avatar asked Nov 05 '20 12:11

point.blank_


1 Answers

It looks like there are 2 forks with julia 1 support

  • https://github.com/wherrera10/MP3.jl
  • https://github.com/dms449/MP3.jl

I have no idea if they work and if they are maintained

like image 140
MarcMush Avatar answered Nov 17 '22 00:11

MarcMush