Giter Site home page Giter Site logo

Comments (6)

schmurtzm avatar schmurtzm commented on August 16, 2024 1

It comes from the core which crash due to audio sample that he don't like...
I have re-encoded the sound files in the mod pack with this little Windows batch :

md out
for %%a in (*.wav) do (
  echo processing %%a
 ffmpeg -i "%%a" -acodec pcm_u8 -ac 1 -ar 11025 -filter:a "volume=0.5" "out\%%~na.wav" 
)

It doesn't crash anymore but the sound is saturated.
If you want to make a try the modified mod file is here.

from ports-collection.

schmurtzm avatar schmurtzm commented on August 16, 2024

Thank you :)
It's already a victory if all other ports are working fine ;)
I take a look tonight, indeed some users tell me that there are crash on wolfenstein HD, for now I don't know why ;)

from ports-collection.

retropizza avatar retropizza commented on August 16, 2024

I appreciate it! And no worries if this is something that just won't work on the Miyoo. I'm very content with what I have. :)

from ports-collection.

theVanZan avatar theVanZan commented on August 16, 2024

Had the same problem myself. But I also noticed a problem with Blood and it's addon Cryptic Passage. I'll create a separate post for that.

from ports-collection.

theVanZan avatar theVanZan commented on August 16, 2024

Yeah it works now but the sound is poor unfortunately.

from ports-collection.

schmurtzm avatar schmurtzm commented on August 16, 2024

As I can reproduce on PC, I've created this issue on the core repo :
libretro/ecwolf#93

from ports-collection.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.