Discuss the development of new homebrew software, tools and libraries.
	Moderators:  cheriff , TyRaNiD 
			
		
		
			
				
																			
								TheBuzzer 							 
									
		Posts:  49 Joined:  Mon Feb 06, 2006 10:02 am 
		
						
					
													
							
						
									
						Post 
					 
								by TheBuzzer  Thu Aug 17, 2006 8:00 am 
			
			
			
			
			Hi, I am wondering what sound library could play wav files and have a mp3 playing for the background music?
			
			
									
									
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								siberianstar 							 
									
		Posts:  70 Joined:  Thu Jun 22, 2006 9:24 pm 
		
						
					
						 
													
							
						
									
						Post 
					 
								by siberianstar  Thu Aug 17, 2006 9:28 am 
			
			
			
			
			mikmod for wav, libmad for mp3, libatrac3plus for at3
			
			
									
									
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								TheBuzzer 							 
									
		Posts:  49 Joined:  Mon Feb 06, 2006 10:02 am 
		
						
					
						 
													
							
						
									
						Post 
					 
								by TheBuzzer  Thu Aug 17, 2006 12:27 pm 
			
			
			
			
			so it is possible to use all of them at same time and let it play a mp3 in the background while playing wav files ?
			
			
									
									
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								sg57 							 
									
		Posts:  144 Joined:  Fri Oct 14, 2005 2:26 pm 
		
						
					
						 
													
							
						
									
						Post 
					 
								by sg57  Thu Aug 17, 2006 1:42 pm 
			
			
			
			
			Yes, they all have seperate playing threads, last time i checked, so you should be good.  I, personally, use libmad for background music playing from the music directory, and mikmod for sounds.
			
			
									
									
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								ADePSP 							 
									
		Posts:  58 Joined:  Thu Jul 13, 2006 9:07 pm 
		
						
					
						 
													
							
						
									
						Post 
					 
								by ADePSP  Fri Aug 18, 2006 1:02 am 
			
			
			
			
			Anybody know of an example code using mikmod...? This looks like exactly what I was after...