Previous Page

by WDLmaster at 5:44 PM EST on January 13, 2021
What "loop files" do you mean? The program only works on PC version WAV files. You don't even need the program anymore because I also created a TXTH (".wav.txth") for that:

codec = PCM16LE
channels = 1
sample_rate = @4
num_samples = @0
start_offset = 32

This will not work for xbox sounds. The PC sounds are better quality anyway because they're uncompressed. At least the samples you provided.

If you mean the music: the program can't deal with music. I can only try to include loop information in the TXTH or write a separate program if it can't be done using TXTH.
by Puterboy1 at 6:59 PM EST on January 13, 2021
I was referring to the files that are labelled "loop" at the end because not all of them seem to work with your txth file, nor your program. You can download some samples here: https://zenhax.com/download/file.php?id=9861

Update: I used VGMGUI on the files. They work. I was using Foobar.

edited 7:06 PM EST January 13, 2021

edited 7:12 PM EST January 13, 2021
by WDLmaster at 7:09 AM EST on January 14, 2021
I updated the TXTH for PC sounds to support looped samples:

codec = PCM16LE
channels = 1
sample_rate = @4
num_samples = @0
start_offset = 32
loop_flag = @12
loop_start_sample = 0
loop_end_sample = num_samples
by Puterboy1 at 12:52 PM EST on January 14, 2021
Thanks again. Also, do you have time to look at the PS2 versions?: https://zenhax.com/download/file.php?id=9862
by WDLmaster at 1:39 PM EST on January 14, 2021
Those files contain only the header (notice the tiny file sizes). The actual stream data is missing!
by Mario123311 at 1:44 AM EST on February 12, 2021
Hey, I managed to figure out how to get it working on the PS2 sound files partially by changing the codec to "PSX_bf" but it keeps cutting off near the end. I'd love to be able to look into the demo files.

http://www.mediafire.com/file/2hdhb54l69je0ui/ps2.zip/file

Been using generated GENH files and having to manually correct the files speed/pitch for the longest time.

edited 1:44 AM EST February 12, 2021

Previous Page
Go to Page 0 1

Search this thread

Show all threads

Reply to this thread:

User Name Tags:

bold: [b]bold[/b]
italics: [i]italics[/i]
emphasis: [em]emphasis[/em]
underline: [u]underline[/u]
small: [small]small[/small]
Link: [url=http://www.google.com]Link[/url]

[img=https://www.hcs64.com/images/mm1.png]
Password
Subject
Message

HCS Forum Index
Halley's Comet Software
forum source