Skip to content

Commit 022ef4b

Browse files
author
Sravan S
authored
feat: bring lamejs.all built with parcel (#429)
* we use parcel to bundle the `lame.all.js` file, it seems to avoid circular dep.
1 parent 82c4b65 commit 022ef4b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+16709
-16251
lines changed

exports.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44

55
// lame-js
66
// remove when they remove 1.2.2
7-
'lame.all': 'src/_externals/lamejs/js/index.js',
7+
'lame.all': 'src/_externals/lamejs/lame.all.js',
88

99
// Easy to use app
1010
App: 'src/smart-components/App/index.jsx',

src/_externals/lamejs/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
lamejs added somefixes(https://github.com/zhuker/lamejs/pull/87) after release of 1.2.1. So, we need to use the master branch of lamejs.
44
Todo: Remove this note when lamejs release a new version.
55

6+
Also, we use parcel to bundle `lame.all.js` file because, normal build of lamejs is not working well.
7+
68
# lamejs
79
Fast mp3 encoder written in JavaScript.
810
On my machine it works 20x faster than realtime (it will encode 132 second long sample in 6.5 seconds) both on node and chrome.

src/_externals/lamejs/js/ATH.js

-79
This file was deleted.

0 commit comments

Comments
 (0)