Thank you Steve!
I'm very pleased with Audacity and that forum!!
The mod-scrip is the way and provide us to be competitive.
So thank you at all for everything
Hi Steve! Seems it work!!!! The post you recomended gave me some ideas. First, to test the characters, convert to bytes the string (with python 3.8): my_string = "mañana" my_string_in_bytes = str.encode(my_string) print(my_string_in_bytes) >> ma\xc3\xb1ana // this is only to see what to replace Now ...
Hi! I have a weird issue on windows 10 and Audacity 2.3.2 and 2.4.1 for MAC Catalina . Using pipeclient.py, Export2 filename string with "ñ" (n with tilde over it) or accents, BatchCommand finished but Failed. Before says Command sequence was not recognized. On top is # -*- coding: utf-8 -*- And the...
Hi there! I'm trying to Enable mod-script-pipe in Mac (Catalina) with the Audacity last version. Going to Modules, Enable mod-script-pipe , save and Restart Audacity. But when launch again Audacity first show an error: Non properly module. Is not posible to load the module "mod-script-pipe. Error no...