You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: constants.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,11 @@
18
18
TEXT_GEN="🎧 gen [name] [harmonics] [duration] ::: Generates a sound wave with the given name and number of harmonics, lasting [duration] ms. If no name provided, name will be generated. Harmonics number equals 10 by default. Duration equals 100 (ms) by default."
19
19
TEXT_NOT_LOADED="🤔 I couldn't find sound wave \"%s\", did you load it? "
20
20
TEXT_INVALID_SYNTAX="🤔 I couldn't understand that. Try this command:"
21
-
TEXT_INVALID_SYNTAX_PLOT_WINDOW_T="🤔 Oops. If you specify -w, you need to enter a starting and ending timestamp, like so: -w 200-500. Ending timestamp must be larger than starting timestamp."
21
+
TEXT_INVALID_SYNTAX_PLOT_WINDOW_T="🤔 Oops. If you specify -w, you need to enter a number, like so: -w 300."
22
22
TEXT_INVALID_SYNTAX_PLOT_WINDOW="🤔 Oops, something went wrong. One or more sound waves specified are not available at the specified timestamp."
23
23
TEXT_INVALID_SYNTAX_PLOT_WINDOW_F="🤔 Oops, %s is not a valid window function. Choose \"none\", \"hamming\" or \"hanning\"."
24
24
TEXT_INVALID_SYNTAX_PLOT_TYPE="🤔 Oops, %s is not a valid plot type. Choose \"waveform\", \"spectrogram\" or \"histogram\"."
25
25
TEXT_ERROR_WRITING="❌ There was an error while saving the wave "
26
26
TEXT_GENERATED="💽 You're officially an artist. Here's your sound wave: "
27
27
TEXT_PLOTTING="📈 Plotting..."
28
+
TEXT_INVALID_SYNTAX_PLOT_TOO_MANY="🤔 Oops, %s only support plotting 1 sound wave at a time."
0 commit comments