Skip to content

This is the decoding of the audio. It supports mp3 and ogg, but does not seem to support aac and m4a

Notifications You must be signed in to change notification settings

qylcx7758/play-audio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

play-audio

This is a demo for decoding audio. It supports mp3 and ogg, but does not seem to support aac and m4a. The decoding part comes from 0x40.mon.im,the github is https://github.com/mon/0x40-web.

  1. Install Node.js;
node .\httpserver.js;  
request.open('GET', 'mario.mp3', true);    //choose your audio in index.js;

About

This is the decoding of the audio. It supports mp3 and ogg, but does not seem to support aac and m4a

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published