Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does the core support .ogg files for audio? (linux) #34

Open
7oxicshadow opened this issue Aug 22, 2018 · 3 comments
Open

Does the core support .ogg files for audio? (linux) #34

7oxicshadow opened this issue Aug 22, 2018 · 3 comments

Comments

@7oxicshadow
Copy link

7oxicshadow commented Aug 22, 2018

The official Daphne application used to validate that you had a valid DVD version of the game and would then download the original files into vldp_dl/lair.

Within this directory there is a lair.m2v file and a lair.ogg file.

Whilst this core appears to load the video correctly, the audio does not play. Does the core expect the audio to be mixed with the video?

edit:typo

@bslenul
Copy link

bslenul commented Aug 25, 2018

Same results on Windows 10. Tested with Dragon's Lair, the game works fine with the standalone Daphne Emulator but I can't hear any sounds/musics with RetroArch + Daphne core.

From the daphne_log.txt files, the game doesnt start with the same command line:

"official": --Command line is: daphne.exe lair vldp -framefile C:/Users/B-S/Desktop/daphne-1.0v-win32/vldp_dl/lair/lair.txt -blank_searches -min_seek_delay 1000 -seek_frames_per_ms 20 -homedir C:\Users\B-S\Desktop\daphne-1.0v-win32 -bank 0 11111001 -bank 1 00100111 -sound_buffer 2048 -x 640 -y 480

RetroArch: --Command line is: daphne lair vldp -framefile lair.txt -fullscreen -seek_frames_per_ms 20 -min_seek_delay 1000 -fastboot -cheat -useoverlaysb 0 -homedir D:\Jeux\Daphne\roms/..

So I tried adding just -bank 0 11111001 -bank 1 00100111 -sound_buffer 2048 to a lair.commands file (which seems to be used on RetroPie so I thought it was worth the try) but it doesnt work, the command line stays the same.

@7oxicshadow
Copy link
Author

I have tried modifying the source code to use the same command line that you referenced but it made no difference.

Can you actually start a game on windows. I cannot seem to get in game as all controls appear to be ignored

@bslenul
Copy link

bslenul commented Aug 25, 2018

Oh ok, so the command line isnt the problem :/ Thanks for testing!

And yup the game plays fine, I played a bit with my DS4 controller with no problem (havent tried with keyboard tho). Only the sounds and musics are missing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants