在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:JuliaMusic/MusicProcessing.jl开源软件地址:https://github.com/JuliaMusic/MusicProcessing.jl开源编程语言:Julia 100.0%开源软件介绍:MusicProcessing.jlMusicProcessing.jl is a music and audio processing library for Julia, inspired by librosa. It is not feature complete and in a very early stage of development. PerformanceThanks to Julia's performance optimizations, it is significantly faster than librosa, a mature library in Python All measurements are done by averaging over 100 repetitions, after one warmup run. UsageThe following commands will display a graphic visualization and/or an HTML5 Loading an audio filejulia> using MusicProcessing, MP3
julia> audio = load("Sour_Tennessee_Red_Sting.mp3") Converting to a mono audiojulia> audio = mono(a) Resampling in 22050 Hzjulia> audio = resample(audio, 22050Hz) Speeding up the audiojulia> speedup(audio, 2) Pitch-shiftingjulia> pitchshift(audio, 4) Displaying Spectrogramjulia> spectrogram(audio) Displaying Mel Spectrogramjulia> melspectrogram(audio) Displaying MFCCjulia> mfcc(audio) RoadmapThere are a lot to be implemented, including and not limited to:
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论