| 
				
			 | 
			
			
				@@ -176,10 +176,16 @@ i_am_bbldone() { 
			 | 
		
	
		
			
			| 
				176
			 | 
			
				176
			 | 
			
			
				 } 
			 | 
		
	
		
			
			| 
				177
			 | 
			
				177
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				178
			 | 
			
				178
			 | 
			
			
				 i_am_deaf() { 
			 | 
		
	
		
			
			| 
				
			 | 
			
				179
			 | 
			
			
				+    # 
			 | 
		
	
		
			
			| 
				
			 | 
			
				180
			 | 
			
			
				+    # so turn volume up 
			 | 
		
	
		
			
			| 
				
			 | 
			
				181
			 | 
			
			
				+    # 
			 | 
		
	
		
			
			| 
				179
			 | 
			
				182
			 | 
			
			
				     amixer -q sset Master 5%+ 
			 | 
		
	
		
			
			| 
				180
			 | 
			
				183
			 | 
			
			
				 } 
			 | 
		
	
		
			
			| 
				181
			 | 
			
				184
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				182
			 | 
			
				185
			 | 
			
			
				 i_am_deafnomore() { 
			 | 
		
	
		
			
			| 
				
			 | 
			
				186
			 | 
			
			
				+    # 
			 | 
		
	
		
			
			| 
				
			 | 
			
				187
			 | 
			
			
				+    # so turn volume back down 
			 | 
		
	
		
			
			| 
				
			 | 
			
				188
			 | 
			
			
				+    # 
			 | 
		
	
		
			
			| 
				183
			 | 
			
				189
			 | 
			
			
				     amixer -q sset Master 5%- 
			 | 
		
	
		
			
			| 
				184
			 | 
			
				190
			 | 
			
			
				 } 
			 | 
		
	
		
			
			| 
				185
			 | 
			
				191
			 | 
			
			
				  
			 | 
		
	
	
		
			
			| 
				
			 | 
			
			
				@@ -195,6 +201,9 @@ i_am_gone() { 
			 | 
		
	
		
			
			| 
				195
			 | 
			
				201
			 | 
			
			
				 } 
			 | 
		
	
		
			
			| 
				196
			 | 
			
				202
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				197
			 | 
			
				203
			 | 
			
			
				 i_am_listening() { 
			 | 
		
	
		
			
			| 
				
			 | 
			
				204
			 | 
			
			
				+    # 
			 | 
		
	
		
			
			| 
				
			 | 
			
				205
			 | 
			
			
				+    # to the real world or to the box 
			 | 
		
	
		
			
			| 
				
			 | 
			
				206
			 | 
			
			
				+    # 
			 | 
		
	
		
			
			| 
				198
			 | 
			
				207
			 | 
			
			
				     if sound_is_muted; 
			 | 
		
	
		
			
			| 
				199
			 | 
			
				208
			 | 
			
			
				     then 
			 | 
		
	
		
			
			| 
				200
			 | 
			
				209
			 | 
			
			
				         amixer -q sset Master unmute; 
			 |