##FLV Audio Extractor (iaextractor) A pure JavaScript AAC extractor for FLV format.
###General information To compile iaextractor project you need to have these packages and libraries installed:
Folders description:
-
src: source code
-
compile: nodejs compiler
-
../addon-sdk-*: latest version of Mozilla addon-sdk.
-
preview: screenshots
-
template: bootstrap folder
By default, the addon-sdk folder is assumed to be one directory above the project. This can be modified using the
--sdk
parameter.
###How to compile this project:
- Open a new terminal in the root dir (directory contains src, preview, template, and compile folders)
- Run
npm install
to acquire the necessary nodejs packages - Run
node compile/install.js
to run iaextractor in a new Firefox profile
To make the xpi runnode compile/install.js --xpi
For more options usenode compile/install.js --help
###How to try the pre-compiled latest version:
- Select the right branch
- Browse the src directory
- Download the raw *.xpi file
- Drag and drop it into Firefox
###iaextractor contains codes from the following projects: