0.0.4 • Published 6 years ago

xa-dtx v0.0.4

Weekly downloads
19
License
-
Repository
github
Last release
6 years ago

Usage example:

let convert = require('xa-dtx');

convert('file.xa').then(wav => {
  console.log('XA file converted to buffer', wav);
});

convert('file.xa', 'file.wav').then(() => {
  console.log('XA file converted to WAV file');
});

let xaBuffer = fs.readFileSync('file.xa')
convert(xaBuffer).then(wav => {
  console.log('XA buffer converted to buffer', wav);
});
0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago