MeadowlarkDAW / creek

Realtime disk streaming IO for audio
Other
112 stars 12 forks source link

calling ReadDiskStream::seek to seek to the current playhead position causes a cache miss #12

Closed Be-ing closed 2 years ago

Be-ing commented 2 years ago
read_disk_stream.seek(read_disk.stream.playhead(), SeekMode::Auto);

This causes a cache miss on the next read even though the playhead has not actually moved.

Be-ing commented 2 years ago

Fixed by #11