Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
harrypm committed Feb 27, 2025
1 parent 3d330f0 commit 1dff18e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/windows/u8-to-flac.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:: Create FLAC file from 40msps 8-bit Unsigned .u8 file.
:: Create FLAC file from 40msps 8-bit unsigned .u8 file.
pushd %~dp0
echo Encoding Unsinged 16-bit to FLAC Compressed ...
echo Encoding unsigned 8-bit to FLAC Compressed ...
flac.exe -f "%~1" --threads 64 --best --sample-rate=40000 --sign=unsigned --channels=1 --endian=little --bps=8 "%~n1.flac"
echo Done.
PAUSE

0 comments on commit 1dff18e

Please sign in to comment.