BR808 is a originally demoscene-originated software synthesizer, which became a bit too big for 64k intros.
  • Pascal 99.8%
  • NASL 0.2%
Find a file
2026-05-01 15:19:30 +00:00
bmf2wav - Initial commit 2015-12-11 06:12:41 +01:00
BMFPlayerStub Made compatible with Delphi 10.4 2020-08-01 01:50:15 +02:00
SpeechSegmentConvert - Initial commit 2015-12-11 06:12:41 +01:00
VSTi - More Delphi 10.4 related stuff 2020-08-02 02:30:02 +02:00
.gitignore Initial commit 2015-12-11 06:10:02 +01:00
LGPLv3.txt - Initial commit 2015-12-11 06:12:41 +01:00
LICENSE Initial commit 2015-12-11 06:10:02 +01:00
README.md Updated README.md 2026-05-01 15:19:30 +00:00
Synth.inc - Initial commit 2015-12-11 06:12:41 +01:00
Synth.pas More Delphi 10.4 related stuff 2020-08-02 00:25:30 +02:00
synthconfig.inc - Initial commit 2015-12-11 06:12:41 +01:00
SynthSpeechSegmentsData.inc - Initial commit 2015-12-11 06:12:41 +01:00
SynthSpeechSegmentsIndices.inc - Initial commit 2015-12-11 06:12:41 +01:00
SynthSpeechSegmentsPhonemsData.inc - Initial commit 2015-12-11 06:12:41 +01:00

Important

The primary repository has moved to git.rosseaux.net/BeRo1985/br808. This GitHub repository is kept up-to-date via push mirroring.

BR808

BR808 is a originally demoscene-originated software synthesizer, which became a bit too big for 64k intros.

License

The most files (most all BR808 core source code files) are licensed under the LGPLv3 license and some (most all by BR808 used helper libraries) are licensed under the Zlib license.

It is possible because it uses neither the original VST SDK nor a direct pascal port thereof. Instead, a separate independent-implemented VST header is used, based on these information sources:

Additional informations

Borland Delphi 7 is needed for compilation, and VSTi\VSTCore\UnitVSTiGUI.pas should be installed as IDE visual component.