zao / foo_wave_seekbar

A foobar2000 UI seekbar element displaying the playing waveform.
http://www.foobar2000.org/components/view/foo_wave_seekbar
Other
85 stars 7 forks source link

Temporary storage of waveforms in memory or on disk #4

Open zao opened 13 years ago

zao commented 13 years ago

Waveforms have to be persisted into the main cache database in order to be used in the current design, which is bad.

Add a storage policy where waveforms are either kept in a temporary database (investigate if sqlite3 has those) or in a memory database (might be misinterpreted as a leak).