LeonardLaszlo / nw.js-armv7-binaries

NW.js ARMv7 and ARMv8 binaries and the scripts for building and running the executable.
145 stars 22 forks source link

How to replace the libffmpeg.so? #33

Closed zzxzzk115 closed 4 years ago

zzxzzk115 commented 4 years ago

I need to play a mp3 format audio in my nw.js project... at https://github.com/iteufel/nwjs-ffmpeg-prebuilt I didn't find an arm-linux version. What should I do?

mauritslamers commented 4 years ago

I solved this by using mpg123 and require('child_process').spawn.

mauritslamers commented 4 years ago

Just curious, is using the WebAudio API not an option?

LeonardLaszlo commented 4 years ago

Closed because no reply.