- use espressif ADF, remove external opus rep o uses audio pipelines now - change code to use flac decoder - remove mersus code - add first try of audio synchronization o needed to sync timeofday to server on reception of server settings to avoid overflows in timeval calculations (int32_t on esp32 SDK) o still a lot of TODO's in the code, but it's almost in sync, although there is quite some chunk skipping which I am currently working on
17 lines
915 B
XML
17 lines
915 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<?fileVersion 4.0.0?><cproject storage_type_id="org.eclipse.cdt.core.XmlProjectDescriptionStorage">
|
|
<storageModule moduleId="org.eclipse.cdt.core.settings">
|
|
<cconfiguration id="org.eclipse.cdt.core.default.config.1018780958">
|
|
<storageModule buildSystemId="org.eclipse.cdt.core.defaultConfigDataProvider" id="org.eclipse.cdt.core.default.config.1018780958" moduleId="org.eclipse.cdt.core.settings" name="Configuration">
|
|
<externalSettings/>
|
|
<extensions/>
|
|
</storageModule>
|
|
<storageModule moduleId="org.eclipse.cdt.core.externalSettings"/>
|
|
</cconfiguration>
|
|
</storageModule>
|
|
<storageModule moduleId="org.eclipse.cdt.core.pathentry">
|
|
<pathentry kind="src" path=""/>
|
|
<pathentry excluding="**/CMakeFiles/**" kind="out" path="build"/>
|
|
</storageModule>
|
|
<storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/>
|
|
</cproject> |