Skip to content

Commit

Permalink
add sr/bs to Daisy docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dromer committed Nov 10, 2023
1 parent 8bf154d commit 0df7bc1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/03.gen.daisy.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,18 @@ Printing to serial console can be enabled using the `debug_printing` flag in the
```

This will increase the program size with a few kb and will disable `usb_midi` as we currently do not have composite USB device yet.

## Custom samplerate and blocksize

This can be done by adding either to the meta.json:

```json
{
"daisy": {
"samplerate": 96000,
"blocksize": 128
}
}
```

Do note that the samplerate will be automatically set to either 16k, 32k, 48k, or 96k.

0 comments on commit 0df7bc1

Please sign in to comment.