Skip to content

Releases: DigitalCompactCassette/DCCU

DCCU 3.3

09 Jan 01:26
Compare
Choose a tag to compare

DCCU is a utility to convert files from the DCC-Studio .MPP format to MP1 (MPEG 1 Layer 1) and vice versa. It is the successor of my DCCConv utility from 2003 (and an earlier conversion tool that was lost).

Features:

  • Conversion from MPP to MP1.
  • Conversion from (384kbps, non-mono) MP1 to MPP/TRK/LVL.
  • Support for 32, 44.1 and 48 kHz sample frequencies.
  • Program compiled with Visual Studio 6.0 under Windows 98 to avoid incompatibilities.

Please read the README.md file and the USAGE.md file for more information.

Changes for version 3.3:

  • MP1 files with CRC are now supported.
  • When converting 44.1 kHz MP1 files, padding bytes are cleared so that the DCC-175 chipset can handle the data.

Changes for version 3.2:

  • Added support for compiling with Visual C++ 6.0

Changes for version 3.1:

  • Now writes TRK and LVL files as well as MPP files when converting from MP1

Changes for version 3.0:

  • Initial release of the rewrite of my tool from 2003, which was a rewrite of a tool from the 1990s for which I no longer have the source code

DCCU 3.2

13 Mar 04:16
Compare
Choose a tag to compare

DCCU is a utility to convert files from the DCC-Studio .MPP format to MP1 (MPEG 1 Layer 1) and vice versa. It is the successor of my DCCConv utility from 2003 (and an earlier conversion tool that was lost).

Features:

  • Conversion from MPP to MP1.
  • Conversion from (384kbps, non-mono) MP1 to MPP/TRK/LVL.
  • Support for 32, 44.1 and 48 kHz sample frequencies.
  • Program compiled with Visual Studio 6.0 under Windows 98 to avoid incompatibilities.

Please read the README.md file and the USAGE.md file for more information

DCCU 3.1

07 Mar 07:38
Compare
Choose a tag to compare

DCCU is a utility to convert files from the DCC-Studio .MPP format to MP1 (MPEG 1 Layer 1) and vice versa. It is the successor of my DCCConv utility from 2003 (and an earlier conversion tool that was lost).

Features:

  • Conversion from MPP to MP1
  • Conversion from MP1 to MPP/TRK/LVL (new!)
  • Support for 32, 44.1 and 48 kHz sample frequencies (new!)

Note: Only 384 kilobits per second is supported by the DCC standard.

Please read the README.md file and the USAGE.md file for more information

Initial Release

09 Feb 07:23
Compare
Choose a tag to compare

DCCU

DCCU is a utility to convert files from the DCC-Studio .MPP format to MP1 (MPEG 1 Layer 1) and vice versa. It is the successor of my DCCConv utility from 2003 (and an earlier conversion tool that was lost).

Features:

  • Conversion from MPP to MP1
  • Conversion from MP1 to MPP (new!)
  • Support for 32, 44.1 and 48 kHz sample frequencies (new!)

Note: Only 384 kilobits per second is supported by the DCC standard.

Please read the documentation in the .MD files in the top-level folder of the project before using the program.