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
In some cultures, where a comma is used as the decimal separator. In those cases, when we format commands for SoX the numbers would be separated with commas and the command would be invalid.
The commit fixes that by ensuring we only use the invariant culture when formatting floating point types.
Fices #242
* Fixes culture formatting bug for SoX commands
In some cultures, where a comma is used as the decimal separator. In those cases, when we format commands for SoX the numbers would be separated with commas and the command would be invalid.
The commit fixes that by ensuring we only use the invariant culture when formatting floating point types.
Fices #242
* Fixes mistake in comment
Describe the bug
SoX failed to segment a recording. Log excerpt:
The comma in the SoX command is probably the issue. The error was reported by @tinchobulen who uses an Argentinian locale.
Expected behaviour
When we format numbers for CLI tools to use, the should be formatted with the culture invariant culture.
Diagnostics
in Power Shell:
Screenshots
Additional Details
The text was updated successfully, but these errors were encountered: