Skip to content

Commit

Permalink
add u8 script for FLAC
Browse files Browse the repository at this point in the history
  • Loading branch information
harrypm committed Feb 27, 2025
1 parent 7bde4cb commit 3d330f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/windows/u8-to-flac.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
:: Create FLAC file from 40msps 8-bit Unsigned .u8 file.
pushd %~dp0
echo Encoding Unsinged 16-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 3d330f0

Please sign in to comment.