Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alexmarsev/libbs2b.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorboris_mikhaylov <boris_mikhaylov@bc0edfbe-c936-4687-b64d-f70bc3985e72>2009-05-26 11:12:56 +0400
committerboris_mikhaylov <boris_mikhaylov@bc0edfbe-c936-4687-b64d-f70bc3985e72>2009-05-26 11:12:56 +0400
commit4bb3d1ba75f644db9c9592286ddc2ef37b7cd2fd (patch)
tree1ac1347e1ccad56a18186fa8af004b11a80314ef
parent6b6446479e5d880576ea190bf73055ff2a70286b (diff)
Fix new switches at win32's descriptions and examples.
git-svn-id: svn://svn.code.sf.net/p/bs2b/code/trunk/libbs2b@147 bc0edfbe-c936-4687-b64d-f70bc3985e72
-rw-r--r--ChangeLog2
-rw-r--r--win32/bs2bconvert/bs2bconvert-readme.txt13
-rw-r--r--win32/examples/bs2b.bat2
-rw-r--r--win32/examples/bs2bwav.bat2
-rw-r--r--win32/examples/mp3bs2bmp3.bat2
5 files changed, 12 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 078acf5..d0669a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-2009-05-25 Boris Mikhaylov <http://www.tmn.ru/~bor>
+2009-05-26 Boris Mikhaylov <http://www.tmn.ru/~bor>
3.1.0
diff --git a/win32/bs2bconvert/bs2bconvert-readme.txt b/win32/bs2bconvert/bs2bconvert-readme.txt
index de5ba5d..5a8e5c1 100644
--- a/win32/bs2bconvert/bs2bconvert-readme.txt
+++ b/win32/bs2bconvert/bs2bconvert-readme.txt
@@ -12,8 +12,11 @@ libsndfile-1.dll - win32 library of libsndfile v1.0.20.
libsndfile is copyright by Erik de Castro Lopo.
http://www.mega-nerd.com/libsndfile/
-Usage : bs2bconvert.exe [-x] <input file> <output file>
- x=d|c|m:
- d - default preset - 700Hz/260us, 4.5 dB;
- c - Chu Moy's preset - 700Hz/260us, 6.0 dB;
- m - Jan Meier's preset - 650Hz/280us, 9.5 dB.
+Usage : bs2bconvert.exe [-l L|(L1 L2)] <input file> <output file>
+-h - this help.
+-l - crossfeed level, L = d|c|m:
+ d - default preset - 700Hz/260us, 4.5 dB;
+ c - Chu Moy's preset - 700Hz/260us, 6.0 dB;
+ m - Jan Meier's preset - 650Hz/280us, 9.5 dB.
+ Or L1 = [10..150] mB of feed level (1..15 dB)
+ and L2 = [300..2000] Hz of cut frequency.
diff --git a/win32/examples/bs2b.bat b/win32/examples/bs2b.bat
index 03c123f..981d8ec 100644
--- a/win32/examples/bs2b.bat
+++ b/win32/examples/bs2b.bat
@@ -1,7 +1,7 @@
@echo off
set BS2B="C:\Program Files\bs2b\bs2bconvert.exe"
-set BS2BOPT=-c
+set BS2BOPT=-l c
set BC=%BS2B% %BS2BOPT%
diff --git a/win32/examples/bs2bwav.bat b/win32/examples/bs2bwav.bat
index ec3cf57..6f839fa 100644
--- a/win32/examples/bs2bwav.bat
+++ b/win32/examples/bs2bwav.bat
@@ -9,7 +9,7 @@ rem
set TMPDR=C:\temp\bs2b
set BS2B=C:\"\Program Files\"\bs2b\bs2bconvert.exe
-set BS2BOPT=-c
+set BS2BOPT=-l c
set UFIND=C:\Program Files\UnxUtils\find.exe
set UFINDOPT=-name *.wav -exec cmd /c %BS2B% %BS2BOPT% \"{}\" \"%TMPDR%\{}\" ;
diff --git a/win32/examples/mp3bs2bmp3.bat b/win32/examples/mp3bs2bmp3.bat
index 482b387..9ab367d 100644
--- a/win32/examples/mp3bs2bmp3.bat
+++ b/win32/examples/mp3bs2bmp3.bat
@@ -5,7 +5,7 @@ set BS2B="C:\Program Files\bs2b\bs2bconvert.exe"
set LAMEDECODEOPT=--decode
set LAMEENCODEOPT=--preset standard --tc bs2b
-set BS2BOPT=-c
+set BS2BOPT=-l c
set TW=tmpfile.wav
set TWB=tmpfile-bs2b.wav