diff --git a/examples/simplerecorder_fpGUI.prj b/examples/simplerecorder_fpGUI.prj index 94d0315..da3cc81 100644 --- a/examples/simplerecorder_fpGUI.prj +++ b/examples/simplerecorder_fpGUI.prj @@ -863,16 +863,16 @@ findhistory=20 uos_AddIntoMemoryStream findoptions=1 editpos=10 - 0,612 0,-1073741823 0,-1073741823 + 0,0 + 0,-1073741823 0,-1073741823 0,-1073741823 0,-1073741823 0,-1073741823 0,-1073741823 0,-1073741823 - 0,1005 bookmarks0=0 bookmarks1=0 bookmarks2=0 @@ -886,7 +886,7 @@ bookmarks9=0 sourcefiles=10 ${PROJECTDIR}/simplerecorder_fpGUI.pas ${PROJECTDIR}/uos.pas - ${PROJECTDIR}/uos_flat.pas + /home/fred/uos/examples/uos_flat.pas ${PROJECTDIR}/uos_portaudio.pas ${PROJECTDIR}/consoleplaymemorybuffer.pas ${PROJECTDIR}/fpg_style_chrome_silver_flatmenu.pas @@ -904,7 +904,7 @@ relpaths=10 uos_shout.pas define.inc main_sr.pas - ../Downloads/fpGUI-develop/src/corelib/fpg_base.pas + Downloads/fpGUI-develop/src/corelib/fpg_base.pas ismoduletexts=10 0 0 @@ -923,19 +923,19 @@ nomenumodules=0 [sourcefo.files_tab] order=10 0 - 9 - 5 - 4 2 - 8 1 - 7 + 8 6 + 9 + 4 + 7 3 + 5 firsttab=0 index=1 [layout] -windowlayout=565 +windowlayout=567 [mainfo.basedock] splitdir=2 useroptions=268450944 @@ -1409,12 +1409,12 @@ windowlayout=565 mdistate=0 nx=0 ny=0 - ncx=1147 - ncy=54 + ncx=1140 + ncy=52 x=0 y=0 cx=1207 - cy=54 + cy=50 rcx=0 rcy=0 [debuggerfo.edit_options] @@ -1424,8 +1424,10 @@ windowlayout=565 [debuggerfo.edit_compiler] value=Pascal [debuggerfo.file_history] - value=/home/fred/Downloads/fpGUI-develop/src/corelib/fpg_base.pas - history=1 + value=/home/fred/uos/examples/uos_flat.pas + history=3 + /home/fred/uos/examples/uos_flat.pas + /home/fred/uos/examples/uos_portaudio.pas /home/fred/uos/examples/simplerecorder_fpGUI.pas [debuggerfo.project_options] value=1 @@ -1450,15 +1452,15 @@ windowlayout=565 [sourcefo.files_tab] order=10 0 - 9 - 5 - 4 2 - 8 1 - 7 + 8 6 + 9 + 4 + 7 3 + 5 firsttab=0 index=1 [confideufo.fontname] diff --git a/examples/uos.pas b/examples/uos.pas index 93f7d64..47e5296 100644 --- a/examples/uos.pas +++ b/examples/uos.pas @@ -74,7 +74,7 @@ interface Classes, ctypes, Math, sysutils; const - uos_version : cint32 = 2201106; + uos_version : cint32 = 2201231; {$IF DEFINED(bs2b)} BS2B_HIGH_CLEVEL = (CInt32(700)) or ((CInt32(30)) shl 16); diff --git a/readme.md b/readme.md index fa23743..d81a929 100644 --- a/readme.md +++ b/readme.md @@ -15,7 +15,7 @@ With uos you can: . Do internet audio streaming of mp3 and opus files. -. Record all types of input into wav file with 16 or 32 bit resolution. +. Record all types of input into wav or ogg file with 16 or 32 bit resolution. . Add DSP effects and filters, however many you want and record it. diff --git a/src/uos.pas b/src/uos.pas index 93f7d64..47e5296 100644 --- a/src/uos.pas +++ b/src/uos.pas @@ -74,7 +74,7 @@ interface Classes, ctypes, Math, sysutils; const - uos_version : cint32 = 2201106; + uos_version : cint32 = 2201231; {$IF DEFINED(bs2b)} BS2B_HIGH_CLEVEL = (CInt32(700)) or ((CInt32(30)) shl 16);