Akai S1000 Samples Free



  1. Free Akai S1000 Samples
  2. Akai S1000 Samples Free Trial
  3. Akai S1000 Samples Free Samples
maxim digital audio (http://www.maxim.abel.co.uk) March 2000. This document contains details of the floppy disk and file formats used by S-series Akai samplers from the S900 to the S6000, with some notes on MPC and other Akai formats.

Producer Loops has a range of Akai S-1000 Sample CDs for instant download. Shop online today and download your products instantly. Sample Disks for the AKAI & Compatibles! Sample disks & sample collections for the AKAI & compatibles! S1000 - S2001 - S3000 - MPC2001 - MPC3000 - MORE! Our synth sounds have been top rated in 'Keyboard,' 'Electronic Musician,' 'Transoniq Hacker,' 'Sound on Sound,' 'Korg Connection,' & many more! SPECIALS: BUY ANY 2, GET A 3RD FREE ANY 10.

Contents

1. Akai disk format overview

Akai floppy disks are formatted as 2 sides of 80 tracks with 5 or 10 sectors per track. Each sector is 1024 bytes long, giving a total of 800k (low density) or 1600k (high density). PCs use 9 or 18 sectors of 512 bytes and will not read Akai floppies without reprogramming. As far as I can tell, Mac floppy drives can't read Akai floppy disks at all.

Unwritten bytes on a disk are set to zero. Multi-byte values have the lsb first (little-endian). This document refers to the first byte in a block as 'byte 1', not 'byte 0'. All values are decimal unless otherwise stated.

Akai hard disks and CD-ROMs use the same file format as Akai floppy disks, and virtually the same disk format.

2. S900/S950 disk format

Track 1, side 1 starts with 64 entries of 24 bytes as follows: Bytes 1536 to 3136 (1536 to 4736 for high density) contain a map of how the blocks on the disk are used, in the form of 2-byte unsigned integers. For example, if a file starts at block 5, map entry 5 may contain the value 6, indicating that the next block to read is block 6. The next block to read is then given by map entry 6. The map entry for the last block of a file contains the value 32768. Unused blocks have a map entry of zero. The first 4 blocks are needed for the file entries and map.

Note that the S950 can use high-density disks and can read S1000 disks, but the S900 can only read S900 or S950 low-density disks.

3. S900/S950 sample format

S1000

Free Akai S1000 Samples

Akai A S900 sample file has a header of 60 bytes as follows: (I don't know what is held in the last 20 bytes, but the values shown seem to work).

You can use lower case letters in filenames (not available from the front panel) but avoid unusual ASCII characters. Do not put two files with the same name on a disk!

The header is followed by the (12-bit signed) sample data, packed in a very strange way: For a sample of N words, the upper 4 bits of the first byte contains the lower 4 bits of the first word. The lower 4 bits of the first byte contain the lower 4 bits of word N/2. The second byte contains the upper 8 bits of the first word. This repeats for the first N bytes, after which there are N/2 bytes containing the upper 8 bits of the last N/2 words.

4. S1000 disk format (and S1100 and S01)

With the S1000, Akai abandon ASCII (mostly) and use their own alphanumeric code, which I shall refer to as AKAII: The file entries and map are in the same position as the S900, but have changed slightly: Empty entries also have the S1000 ID byte. Note that file types are lower-case ASCII. The map now uses a value of 19152 as an end marker, and the first five blocks (file entries and map) are marked with values of 16384.

There is a volume label at the end of the map (byte 3136 or 4736 depending on density) consisting of a 12 byte AKAII name followed by 0,0,0,ID,0,1,1,0,0,0,50,9,12,255 where ID = 3 for the S1000.

Note that the S01 uses the S1000 format for disks and samples, but with an ID of 1,0 for high density and 0,1 for low-density unused entries. The S1100 probably uses the same format with a different ID.

5. S1000 sample format

The S1000 sample file has a 150 byte header:

The sample data follows the header as signed 16-bit words.


Akai S1000 Samples Free Trial

6. S1000 program format

The S1000 program file consists of a 150-byte header followed by one or more 150-byte keygroup entries.
Akai S1000 Samples FreeMost parameters are stored as signed or unsigned single bytes.

7. S3000 disk format

The S3000 disk has space for file entries and map the same as for the S1000, but has a value of 255 at byte 17 signifying that these file entries will be ignored, and 512 entries starting at block 5 will be used instead. The first 17 map entries are marked with the value 16384. The disk label is the same as the S1000 except for the S3000 ID byte. Subtracting 128 from the S3000 file type gives a set of ASCII characters shared with the earlier samplers:

Stereo samples are stored as two separate mono files with the 11th and 12th characters of the filename set to -L or -R. The S01 and S20 use preset filenames of the form AKAI A1#.%1 where # is a hexadecimal character representing the sample number and % is S for mono and left-channel samples or R for right-channel samples.

8. S3000 sample format

The S3000 sample has a 192 byte header:

Sometimes the sampler will insert more blank space at the end of the header! Make sure your samples are at least a few thousand words long or they will not play correctly. The sample data follows the header as signed 16-bit words. For details of the S3000 program format see the SysEx information on Akai's web site.


9. MPC-2000 file format

The MPC2000 and other related models use DOS formatted disks. Samples are saved with a .SND extension and contain 16-bit signed data after a 42 byte header:

MPC2000 programs have a .PRG extension and are partially described here:

10. Teledisk format

Akai distribute some of their sound library in the Teledisk .TD0 format. Following a variable length header (including several null-terminated comment lines) data blocks from the floppy disk are stored sequentially. In the uncompressed format each 1024 byte block is preceded by 9 bytes of address information with an additional 4 bytes at each track boundary. Any further information on this mysterious format would be welcomed!


11. MESA file format

The PC Beta release of MESA uses a 'mesa' chunk following the waveform data, containing a copy of the S3000 series sample header: MESA II for PC does not use a <mesa> chunk, but uses the standard <smpl> chunk for tuning and looping information with sample start and end points stored in a <cue > chunk.

For more information on the WAV file format see http://www.wotsit.org

12. S5000/S6000 sample format

The S5000 and S6000 can read files produced by earlier samplers, but by default use WAV files on MS-DOS formatted disks. The WAV files saved by operating system version 1.01 use standard chunks but are somewhat unconventional:

Akai S1000 Samples Free Samples

A single loop is supported, with the loop mode held in the manufacturer specific data. The <smpl> chunk is written before the <data> chunk and any other chunks are stripped off by the sampler. To ensure smooth operation filenames should be less than 20 characters with the WAV extension capitalised. The manufacturer specific data (manufacturer 71, product 94) contains the following parameters but can be omitted if not needed:

A loop tuning parameter is also stored in the above structure but is not yet implemented in the sampler operating systems.

13. S5000/S6000 program format

Program files have an .AKP extension and are described here.
Multi files (multitimbral setups of programs) have an .AKM extension.
Both formats are loosely based on the RIFF file format.


14. PC floppy drive programming

Code for the adisk4 program is provided here showing how to re-program the floppy drive for Akai disk access and includes read, write and format functions. Note that the code is primitive both in style and content! The software will work under DOS and Windows 3.x/95/98, but not NT which blocks direct disk access.

Not all PCs can read all Akai disks. Some modern PCs are obviously not as 'IBM Compatible' as they should be, but problems can also be caused by the long hard life many Akai floppy drives have had. Some problems can be solved by using a disk formatted in Akai format by the PC rather than the sampler.


15. This document

This information contained in this file was worked out by experimenting with the floppy drive parameter table until Akai disks could be read, and then examining the data of numerous disks and files, comparing the contents to the sampler's parameter settings and SysEx data. I'm happy to receive corrections or additions to include in this document.

This document Copyright ©1995-2000 Paul Kellett (paul.kellett@maxim.abel.co.uk). You may copy and distribute it. If you develop any software based on this information please give me a credit in it (or its documentation) and send me a copy! The information in this document is believed to be correct, though is known to be incomplete and must be used entirely at your own risk.

April 23, 2011

Very useful “must have” tools for akai S1k/S3k samplers:

Omni Flop – reads and saves akai floppys and images (Win XP)
Wav2Akai – converts wavs to akai s1000 *.p programs (Win 98, XP)
EMXP – soft for Emu and Akai for reading and saving akai programs or wavs to floppy (Win XP)
Akai Util – reads akai disks and images (Win XP) project homepage
Akai Disk – reads and saves akai floppy programs (Win 98)
Akai Sex – converts floppy disks, programs between s900 s950 s1000 s3000 formats (for Atari ST / TT/ Falcon only!)
AWave – shareware sample converter, program editor, reads and saves in akai s1000 or s3000 formats. Reads akai floppy images from Omni Flop. Also it can read edit and save akai s5000 *.akp format (Win XP)
Chicken Sys Translator – commercial powerful sample converter. Read, save, format akai jaz disks, zip disks, hard drives, cd-roms. Convert many free available soundfonts to akai and save it directly to akai disk! Must have!
C6 SMID sample dump utility free tool for uploading samples via midi (mac and windows) / local copy: macwindows