mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
14 lines
313 B
Protocol Buffer
14 lines
313 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
import "lib/config/common.proto";
|
|
|
|
message AmigaDecoderProto {}
|
|
|
|
message AmigaEncoderProto {
|
|
optional double clock_rate_us = 1
|
|
[default=2.00, (help)="Encoded data clock rate."];
|
|
optional double post_index_gap_ms = 2
|
|
[default=0.5, (help)="Post-index gap before first sector header."];
|
|
}
|
|
|