Table of Contents

Introduction

Remote volunteering can be an excellent way to increase output, find potential volunteers with a variety of skills, and mitigate the impact of being unable to record onsite. Some considerations for starting and maintaining a remote volunteer program are included in the sections below.

Preparations

In general, preparations for a remote volunteer program involve creating applicable documentation, and identifying/implementing equipment-related solutions.

Documentation

Volunteer application

Volunteer assessment materials

Volunteer timesheet

Training resources

NLS specifications

Equipment

Computers/single-board computers

Handheld recorders

USB microphones

Volunteer server

Recruiting

There are two primary methods for recruiting: in-person and virtual.

In-person (On-site visits, Zoom meetings, etc.)

Virtual recruiting boards

Training

Making documentation on core processes (written, or video contents) available online can be a great way to enable potential and current volunteers to access tutorials easily.

As some volunteers may need additional support, quick, focused tutorial videos or documentation can also be created and uploaded to individual volunteer directories on the server. Once a resource has been created, it can be distributed to other volunteers who encounter the same issue, or used as the basis for creating new general tutorials.

File and data exchange

File and data exchange involve both physical and procedural considerations.

Physical considerations

Internet access

Computer, supported smart device, etc.

Procedural considerations

Guidelines by file format

Recording Type Export Format Notes
Master Recordings .wav - Especially for SharePoint servers, it is recommended to have volunteers split/export .wav file recordings into separate files that are less than 1 hour in length prior to upload.
- In addition to reducing the upload time for files, it will also prevent potential upload issues, especially with SharePoint servers.
Review Recordings .mp3 - As .mp3 files are much smaller than .wav files, they are a good choice for reviewing, and upload of longer files (greater than 8 hours) can also usually be completed without issue.
- Use of .mp3 format also enables quick download by volunteer reviewers.
Marker files .txt, .midi - Exported marker/label files used to indicate major book elements and locations of corrections can also be exchanged very easily over the server due to small file size.

Accessibility-related considerations

While the previous sections provide an overview of important general considerations, making every effort to ensure that processes are accessible is a great way to get end-users involved in the book creation processes and increase quality.

Accessibility-related information for individual software applications and equipment should also be consulted where applicable.

Accessible/Partially Accessible solutions can also be created in-house due to the wealth of documentation on coding and open source software solutions available on the internet. Currently, an in-house portable review station which includes marking/timestamp functionality (similar to DTB players) is in use at MBTBL. The review station was created using a Raspberry Pi 3b+ ( Arch Linux ARM), and the review program was written in C ( SDL2, SDL_Mixer).