Skip to content

Commit

Permalink
Update some outdated example configs
Browse files Browse the repository at this point in the history
  • Loading branch information
HEnquist committed Oct 13, 2024
1 parent d1e4a35 commit 3c65116
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions exampleconfigs/ditherplay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ filters:
dithereven:
type: Dither
parameters:
type: Uniform
type: Flat
bits: 8
amplitude: 1.0
dithersimple:
type: Dither
parameters:
type: Simple
type: Highpass
bits: 8
ditherfancy:
type: Dither
Expand Down
4 changes: 2 additions & 2 deletions exampleconfigs/resample_file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ devices:
profile: Fast
capture_samplerate: 44100
playback:
type: RawFile
type: File
channels: 2
filename: "result_f64.raw"
format: FLOAT64LE
capture:
type: File
type: RawFile
channels: 2
filename: "sine_120_44100_f64_2ch.raw"
format: FLOAT64LE
Expand Down

0 comments on commit 3c65116

Please sign in to comment.