point.blank_
point.blank_

Reputation: 83

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.

Upvotes: 5

Views: 660

Answers (1)

MarcMush
MarcMush

Reputation: 1488

It looks like there are 2 forks with julia 1 support

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

Upvotes: 4

Related Questions