added a command to list voices.
This commit is contained in:
		
							parent
							
								
									2dfb7198fb
								
							
						
					
					
						commit
						09848c58a6
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		
							
								
								
									
										3
									
								
								justfile
									
										
									
									
									
								
							
							
						
						
									
										3
									
								
								justfile
									
										
									
									
									
								
							| 
						 | 
					@ -3,6 +3,9 @@ default-voice := "en_US-ryan-high"
 | 
				
			||||||
default:
 | 
					default:
 | 
				
			||||||
    just --list
 | 
					    just --list
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					list-voices:
 | 
				
			||||||
 | 
					    python -m piper.download_voices
 | 
				
			||||||
 | 
					
 | 
				
			||||||
dl-voice voice=default-voice:
 | 
					dl-voice voice=default-voice:
 | 
				
			||||||
    python -m piper.download_voices --download-dir voices {{voice}}
 | 
					    python -m piper.download_voices --download-dir voices {{voice}}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue