File size: 440 Bytes
5d5c4d4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | # Generation
audioldm --file_path trumpet.wav
audioldm --file_path trumpet.wav -dur 25
audioldm --file_path trumpet.wav -dur 2.5
audioldm --text "A hammer is hitting a wooden surface"
audioldm
# False use cases
audioldm --text "A hammer is hitting a wooden surface" --file_path trumpet.wav # Same as audioldm --file_path trumpet.wav
# Transfer
audioldm --mode "transfer" --file_path trumpet.wav -t "Children Singing"
|