pouët.net

Frodigi 3 by Onslaught [web]
screenshot added by algorithm on 2014-09-29 01:46:00
platform :
type :
release date : september 2014
  • 17
  • 2
  • 0
popularity : 55%
 55%
  • 0.89
alltime top: #9453
added on the 2014-09-29 01:46:00 by algorithm algorithm

popularity helper

increase the popularity of this prod by spreading this URL:

or via: facebook twitter pinterest tumblr

comments

Kewl.
rulez added on the 2014-09-29 08:33:34 by w00t! w00t!
sick
rulez added on the 2014-09-29 09:27:01 by Weyland Yutani Weyland Yutani
awesome as usual :D
rulez added on the 2014-09-29 18:11:09 by rez rez
It's black, It's White, WOO WHOO YEAH YEAH YEAH.
rulez added on the 2014-09-29 18:20:20 by tonyrocks tonyrocks
The basics of this encoding method have been explained previously. Below is a summary as well as some information on the additional improvements in the encoder and decoder.

The Frodigi method is simply conversion of audio into sid waveforms and frequencies. In very much the same way as wavetable changes in SID music. The two main advantages in this method is the very small file size in the output data as well as minimal cpu usage (the decoder only needs to write a few values to sid registers once per frame

This updated encoder and decoder now supports seperate amplitude per channel (this greatly increases the definition of the audio) I did actually incorporate this method in my older encoder previously but had discarded it due to the annoying clicking that was produced.

A few days ago, was talking to agemixer and he had mentioned that changing the sustain and setting gate off/on produces peaks of amplitude on every change (This was already known previously) However setting sustain value of $f brings down the amplitude level to zero (and then the sustain value can be placed (0-e)

Depending on the current sustain level, Lets say for example it was $04. (and previous value to this was $03), The sustain can be changed to $0f, and then $04. This results in amplitude previously being $03, then falling to $00 and then $04. Using the previous implementation, it would be amplitude $03, then rising to $0f and then $04 (which is more noticable)

Ok that is the decoder out of the way. It sets gate off/on only if sustain is rising and if it is, then there is one of two ways to adjust the sustain.


There has been around a dozen changes and updates to the encoder as follows

Sustain static (keeps current sustain level if possible) and not a specific threshold higher. e.g if current sustain level for channel 1 was $04, the encoder would make sure it would only use sustains $00-$04 or $06-$0e (and not 1 or more above) This reduces definition, but decreases the occurance of sustain fluctuations

Sub-band preprocessing and encode
The low frequencies of the source are simplified and encoded seperately into the first channel
The remaining two channels are encoded together using the second frequency band to recreate the audio

Multiple window overlap. To keep transients sharp and bass smooth, various size windowing options are used. In this example 50% windowing on low frequencies and no overlap in the rest.

frequency refine
One an "optimum" seed is found, the local area is searched in order to lock on further to a more accurate volume/frequency for that particular channel

The basic idea of the encoder is to start of with a population of data and to feed it into the virtual ear. the ear then gives the feedback to the encoder and the population is analysed, mutated, replaced, merged with multiple iterations.

Multiple attempts as well as combining the above methods with stepcount hill climb allow local minima problems to be minimised.

The c64 decoder used in this demo uses 7 bytes of data per frame updating at 50 frames per second (This equates to 350 bytes per second) I am however also using inline depacking in the demo that decompresses chunks of data while the audio is playing (This was to give me some space to put some gfx in)

Will there be a frodigi4? Yes, I have idea's on improving the quality further (In particular smoother) but this would remove most of the naturality further (even though it sounds rather unnatural as it is)
added on the 2014-09-29 18:24:25 by algorithm algorithm
nice!
rulez added on the 2014-09-29 19:19:50 by Soya Soya
i have no clue thumb.
rulez added on the 2014-09-29 19:29:47 by sensenstahl sensenstahl
coder pr0n at it's best!
rulez added on the 2014-09-29 21:53:16 by bonefish bonefish
pfffuck!
rulez added on the 2014-09-30 05:12:51 by gentleman gentleman
Super coding! Now team up with some artistic dudes and make a really cool demo about it.
rulez added on the 2014-09-30 07:50:00 by Emod Emod
Pretty dopy
rulez added on the 2014-09-30 16:51:36 by The_Grandmother The_Grandmother
Great!!
rulez added on the 2014-09-30 22:08:54 by Sir_Lucas Sir_Lucas
Sounds interesting! :D
rulez added on the 2014-10-01 16:26:53 by Virgill Virgill
Nice audio conversion developments, if not as impressive-sounding as a chiptune. Running chars visuals are short-lived, though.
added on the 2014-10-01 23:21:03 by Photon Photon
I don't understand that coder pron, but I like the result :)
rulez added on the 2014-10-03 10:39:55 by Triace Triace
yes
rulez added on the 2014-10-03 10:45:54 by SiR SiR
TLDR: This uses stacked SID waves to make blocks of sample instead of playing a stream of samples
i'm impressed :)
rulez added on the 2014-10-03 17:44:22 by HellMood HellMood
yep
Interesting audio tech as usual
rulez added on the 2019-07-22 05:10:50 by rloaderro rloaderro

submit changes

if this prod is a fake, some info is false or the download link is broken,

do not post about it in the comments, it will get lost.

instead, click here !

[previous edits]

add a comment