Changeset 6737


Ignore:
Timestamp:
10/01/06 16:29:39 (5 years ago)
Author:
sys
Message:

Ajout ModelingSound + lib SOX

Location:
trunk/Bui_scKit/resources
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Bui_scKit/resources/core/confServer/init.xml.scdyn

    r6693 r6737  
    5151        <!-- Path pour les extensions Audio --> 
    5252        <properties type="Alone" code="com.scenari.s.audio.transform.TransformerWav2Mp3.sUrlExe" level="2000">{scenari.lamePath}</properties> 
     53        <properties type="Alone" code="com.scenari.s.audio.transform.TransformerSox.sUrlExe" level="2000">{scenari.soxPath}</properties> 
    5354         
    5455        <!-- Limite le chargement des FC au juste nécessaire. --> 
  • trunk/Bui_scKit/resources/lin/confServer/init.osDependant.xml.scdyn

    r5692 r6737  
    4343    <systemProperty key="scenari.updateManagerPath" value="{user.dir}/scServer/updatemgr"/> 
    4444    <systemProperty key="scenari.transfCachPath" value="{user.home}/.[[[scapp.app.publisher]]]/[[[scapp.app.name]]]/cache"/> 
    45           <systemProperty key="scenari.wspDefaultPath" value="{user.home}/[[[scapp.app.name]]]_ateliers"/> 
    46           <systemProperty key="scenari.ttmPath" value="scServer/nativlib/ttm"/> 
    47           <systemProperty key="scenari.lamePath" value="scServer/nativlib/lame"/> 
     45        <systemProperty key="scenari.wspDefaultPath" value="{user.home}/[[[scapp.app.name]]]_ateliers"/> 
     46        <systemProperty key="scenari.ttmPath" value="scServer/nativlib/ttm"/> 
     47        <systemProperty key="scenari.lamePath" value="scServer/nativlib/lame"/> 
     48        <systemProperty key="scenari.soxPath" value="scServer/nativlib/sox"/> 
    4849</initapplication> 
    4950 
  • trunk/Bui_scKit/resources/win/confServer/init.osDependant.xml.scdyn

    r5692 r6737  
    4343    <systemProperty key="scenari.updateManagerPath" value="{user.dir}\scServer\updatemgr"/> 
    4444    <systemProperty key="scenari.transfCachPath" value="{user.home}\Local Settings\Temp\[[[scapp.app.name]]]"/> 
    45           <systemProperty key="scenari.wspDefaultPath" value="{user.home}\Mes Documents\[[[scapp.app.name]]] ateliers"/> 
    46           <systemProperty key="scenari.ttmPath" value="scServer\nativlib\ttm.exe"/> 
    47           <systemProperty key="scenari.lamePath" value="scServer\nativlib\lame.exe"/> 
     45        <systemProperty key="scenari.wspDefaultPath" value="{user.home}\Mes Documents\[[[scapp.app.name]]] ateliers"/> 
     46        <systemProperty key="scenari.ttmPath" value="scServer\nativlib\ttm.exe"/> 
     47        <systemProperty key="scenari.lamePath" value="scServer\nativlib\lame.exe"/> 
     48        <systemProperty key="scenari.soxPath" value="scServer\nativlib\sox.exe"/> 
    4849</initapplication> 
    4950 
Note: See TracChangeset for help on using the changeset viewer.