AudioFlinger: improve optimized audio scaling

This commit is contained in:
Thomas Farstrike
2025-12-09 12:42:01 +01:00
parent 91127dfadd
commit b9e5f0d475
3 changed files with 37 additions and 82 deletions
+2 -1
View File
@@ -47,6 +47,8 @@ fi
# The issue is that this brings all the .git folders with it:
#$mpremote fs cp -r apps :/
$mpremote fs cp -r lib :/
$mpremote fs mkdir :/apps
$mpremote fs cp -r apps/com.micropythonos.* :/apps/
find apps/ -maxdepth 1 -type l | while read symlink; do
@@ -59,7 +61,6 @@ done
#echo "Unmounting builtin/ so that it can be customized..." # not sure this is necessary
#$mpremote exec "import os ; os.umount('/builtin')"
$mpremote fs cp -r builtin :/
$mpremote fs cp -r lib :/
#$mpremote fs cp -r data :/
#$mpremote fs cp -r data/images :/data/