Codecs, formats, encoding/decoding of game audio, video and music
			
		
		
			- 
				
																			 AnonBaiter
- Posts: 1125
- Joined: Tue Feb 02, 2016 2:35 am
						
					
													
							
						
									
						Post
					
								by AnonBaiter » 
			
			
			
			
			
			I got this file format from a Chinese port of one of the greatest RPGs Konami has ever made.  
 
 The sample is in the attachment.
 
		 
				
		
		 
	 
				
		
		
			- 
				
																			 id-daemon
- Posts: 1040
- Joined: Sun Mar 22, 2015 7:09 pm
						
					
													
							
						
									
						Post
					
								by id-daemon » 
			
			
			
			
			
			This is microsoft ADPCM. Just rename to WAV, and change codec id (at 0x14) to 02.
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			- 
				
																			 AnonBaiter
- Posts: 1125
- Joined: Tue Feb 02, 2016 2:35 am
						
					
													
							
						
									
						Post
					
								by AnonBaiter » 
			
			
			
			
			
			Okay, but where can I change the codec id? In the header of the file itself?
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			- 
				
																			 id-daemon
- Posts: 1040
- Joined: Sun Mar 22, 2015 7:09 pm
						
					
													
							
						
									
						Post
					
								by id-daemon » 
			
			
			
			
			
			Yes, in the file itself. I think there may be some player that will play it without editing, but not sure.
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			- 
				
																			 AnonBaiter
- Posts: 1125
- Joined: Tue Feb 02, 2016 2:35 am
						
					
													
							
						
									
						Post
					
								by AnonBaiter » 
			
			
			
			
			
			OK, I got it now. Thanks...
EDIT: Oh yeah, and what about that GP2 file?
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			- 
				
																			 id-daemon
- Posts: 1040
- Joined: Sun Mar 22, 2015 7:09 pm
						
					
													
							
						
									
						Post
					
								by id-daemon » 
			
			
			
			
			
			This one looks like a video. I'm not working with video
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			- 
				
																			 AnonBaiter
- Posts: 1125
- Joined: Tue Feb 02, 2016 2:35 am
						
					
													
							
						
									
						Post
					
								by AnonBaiter » 
			
			
			
			
			
			Huh. Thanks anyway.