Ray
							
						 
						
							
							
							
								
							
								3f1e59a7cf 
								
							
								 
							
						 
						
							
							
								
								Update copyright to 2024  
							
							 
							
							
								
							
							
						 
						1 년 전  
					 
				
					
						
							
							
								   riadbettole
							
						 
						
							
							
								
								
							
							
								
							
								31d3ed97c7 
								
									
								
							
								 
							
						 
						
							
							
								
								Update audio_raw_stream.c ( #3624 )  
							
							 
							
							 
							
							
								
							
							
							AudioInputCallBack has this
    audioFrequency += 1.0f;
    audioFrequency -= 1.0f;
cancels out each others 
							
						 
						1 년 전  
					 
				
					
						
							
							
								   Jeffery Myers
							
						 
						
							
							
								
								
							
							
								
							
								81ca2f0bf3 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix warnings and bad project settings for 4.5 release ( #2894 )  
							
							 
							
							
								
							
							
						 
						2 년 전  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								b59fab7ee6 
								
							
								 
							
						 
						
							
							
								
								Update year to 2023  
							
							 
							
							
								
							
							
						 
						2 년 전  
					 
				
					
						
							
							
								   TheManTheMythTheGameDev
							
						 
						
							
							
								
								
							
							
								
							
								090e47dca0 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix rendering issue in audio_raw_stream.c example ( #2608 )  
							
							 
							
							
								
							
							
						 
						3 년 전  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								c457835938 
								
							
								 
							
						 
						
							
							
								
								Update audio_raw_stream.c  
							
							 
							
							
								
							
							
						 
						3 년 전  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								4a9391ae83 
								
							
								 
							
						 
						
							
							
								
								REVIEWED: examples descriptions  
							
							 
							
							
								
							
							
						 
						3 년 전  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								c1b01c0d5d 
								
							
								 
							
						 
						
							
							
								
								Added new comment to examples  
							
							 
							
							
								
							
							
						 
						3 년 전  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								8e28872fe1 
								
							
								 
							
						 
						
							
							
								
								Rename audio callback  
							
							 
							
							
								
							
							
						 
						3 년 전  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								381236051f 
								
							
								 
							
						 
						
							
							
								
								ADDED: Audio stream input callback  #2212  -WIP-  
							
							 
							
							 
							
							
								
							
							
							WARNING: This addition is based on a PR and it's still under review, not sure if it will be maintained in the future. In general, raylib tries to avoid callbacks usage mechanisms. 
							
						 
						3 년 전  
					 
				
					
						
							
							
								   ptarabbia
							
						 
						
							
							
								
								
							
							
								
							
								5ac07122bd 
								
									
								
							
								 
							
						 
						
							
							
								
								Add panning to raudio and update audio_raw_stream example. ( #2205 )  
							
							 
							
							 
							
							
								
							
							
							* Add panning to raudio and update audio_raw_stream example.
* remove pan smoothing, code formatting changes following pull request comments
Co-authored-by: Ray <raysan5@gmail.com> 
							
						 
						3 년 전  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								a958cebdd9 
								
							
								 
							
						 
						
							
							
								
								Update audio_raw_stream.c  
							
							 
							
							
								
							
							
						 
						4 년 전  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								e6aa713a37 
								
							
								 
							
						 
						
							
							
								
								REVIEWED: Need to set default buffer size for raw data  #1770  
							
							 
							
							 
							
							
								
							
							
							This design should probably be changed... 
							
						 
						4 년 전  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								e00d2439b9 
								
							
								 
							
						 
						
							
							
								
								WARNING: BREAKING: Consistency renamings  
							
							 
							
							 
							
							
								
							
							
							RENAMED: InitAudioStream() -> LoadAudioStream()
RENAMED: CloseAudioStream() -> UnloadAudioStream() 
							
						 
						4 년 전  
					 
				
					
						
							
							
								   Lambert Wang
							
						 
						
							
							
								
								
							
							
								
							
								2545f62565 
								
									
								
							
								 
							
						 
						
							
							
								
								Added support for additional mouse buttons ( #1753 )  
							
							 
							
							 
							
							
								
							
							
							* Added support for additional mouse buttons
* Renamed mouse button enum
Co-authored-by: Lambert Wang <lambert.ww@gmail.com> 
							
						 
						4 년 전  
					 
				
					
						
							
							
								   Jeffery Myers
							
						 
						
							
							
								
								
							
							
								
							
								48a7cd3c87 
								
									
								
							
								 
							
						 
						
							
							
								
								[Examples] Fix typecast warnings in examples. ( #1601 )  
							
							 
							
							 
							
							
								
							
							
							* Fixing typecast warnings generated by visual studio 2019 in examples.
* Changes to fixes based on feedback
Co-authored-by: Jeffery Myers <JefMyers@blizzard.com> 
							
						 
						4 년 전  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								c32ae480af 
								
							
								 
							
						 
						
							
							
								
								RENAMED: FormatText() -> TextFormat()  
							
							 
							
							 
							
							
								
							
							
							This function was renamed for consistency in raylib 3.0, just unified all examples to use TextFormat() instead of FormatText() 
							
						 
						5 년 전  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								c387bc586d 
								
							
								 
							
						 
						
							
							
								
								RENAMED: IsAudioBufferProcessed() -> IsAudioStreamProcessed()  
							
							 
							
							 
							
							
								
							
							
							Renamed for consistency with similar functions 
							
						 
						6 년 전  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								4ad1fa85a4 
								
							
								 
							
						 
						
							
							
								
								Remove old OpenAL comments  
							
							 
							
							
								
							
							
						 
						6 년 전  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								b525039e0a 
								
							
								 
							
						 
						
							
							
								
								Review ALL examples  
							
							 
							
							
								
							
							
						 
						6 년 전  
					 
				
					
						
							
							
								   ChillerDragon
							
						 
						
							
							
							
								
							
								f21761fbbb 
								
							
								 
							
						 
						
							
							
								
								Happy new year 2019  
							
							 
							
							
								
							
							
						 
						6 년 전  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								64e9d72c07 
								
							
								 
							
						 
						
							
							
								
								Reviewed audio example  
							
							 
							
							
								
							
							
						 
						7 년 전  
					 
				
					
						
							
							
								   James Hofmann
							
						 
						
							
							
								
								
							
							
								
							
								959f8e45f8 
								
									
								
							
								 
							
						 
						
							
							
								
								Complete raw_audio_stream example  
							
							 
							
							 
							
							
								
							
							
							1. Always synthesize a complete frame of audio, using a second buffer (this prevents gaps in playback)
2. Sine is computed correctly, with an adjustable frequency
3. User can modulate frequency in real-time with mouse
4. Entire audio buffer data is shown, visually demonstrating how sine changes in wavelength 
							
						 
						7 년 전  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								dd4dd0e87d 
								
							
								 
							
						 
						
							
							
								
								Reorganize examples folder  
							
							 
							
							
								
							
							
						 
						8 년 전  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								3c91dc099d 
								
							
								 
							
						 
						
							
							
								
								Added some comments to sample  
							
							 
							
							 
							
							
								
							
							
							Some work still required... 
							
						 
						8 년 전  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								5de597579f 
								
							
								 
							
						 
						
							
							
								
								Complete review of audio module  
							
							 
							
							
								
							
							
						 
						8 년 전  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								ae70540a96 
								
							
								 
							
						 
						
							
							
								
								Added example audio_raw_stream  
							
							 
							
							
								
							
							
						 
						9 년 전  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								d3d9aaceb1 
								
							
								 
							
						 
						
							
							
								
								Updated and comments  
							
							 
							
							
								
							
							
						 
						9 년 전  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								68d647c1af 
								
							
								 
							
						 
						
							
							
								
								Complete review and update  
							
							 
							
							 
							
							
								
							
							
							Simplified module for Music and AudioStream
Added support for raw audio streaming (with example) 
							
						 
						9 년 전  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								58d2f70b7e 
								
							
								 
							
						 
						
							
							
								
								Review audio module and examples  
							
							 
							
							
								
							
							
						 
						9 년 전  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								02c456432d 
								
							
								 
							
						 
						
							
							
								
								Complete review of audio system  
							
							 
							
							 
							
							
								
							
							
							Still some work left... 
							
						 
						9 년 전  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								a8bed54586 
								
							
								 
							
						 
						
							
							
								
								Corrected stream playing with index  
							
							 
							
							
								
							
							
						 
						9 년 전  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								183795b8aa 
								
							
								 
							
						 
						
							
							
								
								Review literals type  
							
							 
							
							
								
							
							
						 
						9 년 전  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								e5fe2c216e 
								
							
								 
							
						 
						
							
							
								
								Added some comments to examples  
							
							 
							
							
								
							
							
						 
						10 년 전  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								997170a317 
								
							
								 
							
						 
						
							
							
								
								Examples reviewed  
							
							 
							
							
								
							
							
						 
						10 년 전  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								8847602061 
								
							
								 
							
						 
						
							
							
								
								Examples review...  
							
							 
							
							
								
							
							
						 
						10 년 전  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								51688c004c 
								
							
								 
							
						 
						
							
							
								
								Code cleaning, removed useless spaces  
							
							 
							
							
								
							
							
						 
						11 년 전  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								5ecb6801fa 
								
							
								 
							
						 
						
							
							
								
								Examples renaming and test examples merge  
							
							 
							
							 
							
							
								
							
							
							Examples have been renamed for coherence with raylib modules and test
examples have been merged into examples folder. 
							
						 
						11 년 전  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								f76a00adc1 
								
							
								 
							
						 
						
							
							
								
								Code used to test some features (and resources)  
							
							 
							
							
								
							
							
						 
						11 년 전  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								5bf9675d38 
								
							
								 
							
						 
						
							
							
								
								Update to version 1.0.3  
							
							 
							
							 
							
							
								
							
							
							View CHANGELOG for full list of changes 
							
						 
						12 년 전  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								f79beffc34 
								
							
								 
							
						 
						
							
							
								
								Audio issues solved... Audio Works!  
							
							 
							
							
								
							
							
						 
						12 년 전  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								62f298ce54 
								
							
								 
							
						 
						
							
							
								
								Updated  
							
							 
							
							
								
							
							
						 
						12 년 전  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								6f9d7db4ad 
								
							
								 
							
						 
						
							
							
								
								Updated  
							
							 
							
							
								
							
							
						 
						12 년 전  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								e9143b8a8d 
								
							
								 
							
						 
						
							
							
								
								Added some functions and Updated examples  
							
							 
							
							 
							
							
								
							
							
							View CHANGELOG for details 
							
						 
						12 년 전  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								818e79638b 
								
							
								 
							
						 
						
							
							
								
								Replaced tabs by 4 spaces  
							
							 
							
							
								
							
							
						 
						12 년 전  
					 
				
					
						
							
							
								   raysan5
							
						 
						
							
							
							
								
							
								1a8cdc10b7 
								
							
								 
							
						 
						
							
							
								
								Added some examples  
							
							 
							
							
								
							
							
						 
						12 년 전