Skip to content

datavized/airfield

Repository files navigation

Airfield

Airfield is a free web tool that lets you edit audio. It is 100% web browser based. You can import audio into Airfield from your device. When you are ready to export you have the option to create a file in Mono or Stereo, or you can Spatialize your audio for use in immersive projects for Virtual Reality (VR), Augmented Reality (AR), Mixed Reality (MR).

Airfield was built by Datavized Technologies and made possible by a Journalism 360 Grant Award from the Online News Association.

Airfield can be used with an Ambisonic Audio Component for A-Frame for WebXR.

What’s it for?

Airfield is designed to let you record and edit in the field, to use when you can’t bring bulky or expensive equipment.

100% Web

Airfield has been coded from the ground up for powerful performance on web browsers, for mobile and desktop.

2D & 3D Sound

Airfield lets you Import audio files from your device to edit, then Export as Mono/Stereo or Spatialize for VR/AR.

Please note the app currently does not allow for export directly to iOS devices. Alternatively iOS mobile users can export to Google Drive.

Developing

You can run your own build of Airfield. You can make changes to customize for your own purposes, and contributions are welcome if you make any improvements or bug fixes.

Requirements

Installation

Clone the Airfield git repository from the command line:

git clone https://github.com/datavized/airfield.git

Navigate to the Airfield repository directory

cd airfield

Install dependencies

npm install

Build

To run in development mode, which will run a local web server on port 9000 and automatically rebuild when any source code files are changed.

npm run start

To compile a production build

npm run build

Built With

Core Team

Airfield is maintained by Datavized Technologies.

If you want to know more about Airfield, how it works and future developments, please visit the official website. For any specific request or comment we suggest you to use Github. You can also write to us at [email protected].

Contributing

We welcome and appreciate contributions, in the form of code pull requests, bug reports, feature requests or additions to our gallery. Please read CONTRIBUTING.md for details on our Code of Conduct and submission process. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].

License

This software is licensed under the MPL 2.0