Arrrg sorry, just noticed that you aren't talking about the speaker that is implemented in CC in the newer versions, but the peripherals++ speaker.
The Peripherals++ Speaker seems to have documentation
here so you can change the pitch and range with the 2nd and 3rd argument to the synthesize function.
thanks but maybe you can help me if i explain my intentions more clearly;
What I intend to do is use Computercraft 1.7 Peripherals++ And Project red to design A Power Level indicator, A little machine that displays how much power is available in the building and when the power level reaches certain levels; more areas open up
What I am trying to get to work is this:
Precentages:
1, 000% (Emergency Power only, First Floor Open)
2, 010% (Floor 2 and Living quarters Open)
3, 020% (Floor 3 and Medical Bay Open)
4, 040% (Floor 4 and Mess Hall Open)
5, 055% (Floor 5 and Labs Open)
6, 070% (Floor 6 and Armory open)
7, 085% (Floors 7,8,9 Open and Lifts Operational)
8, 090% (Location Beacon Activated)
9, 100%( All floors and computers Open and activated)
What the speaker says at the precentages:
1, "Attention, Base offline Emergency Power Only"
2, "Power Level at 10%; Second Floor and Living Quarters Now Accessible."
3, "Power Level at 20%; Third Floor and Medical Bay Now Accessible"
4, "Power Level at 40%; Fourth Floor and Mess hall Now Accessible"
5, "Power Level at 50%; Fifth Floor and Research Labs Now Accessible"
6, "Power Level at 70%; Sixth Floor and Weapons Lab Now Accessible"
7, "Power Level at 85%; Seventh Floor Accessible and All Lifts Are now Active"
8, "Power Level at 90%; Location Beacon Activated, Transmitter Broadcasting on All Frequencies"
9, "Power Level at 100%; All Systems Active, Vault 104 Online!"
this will then send a redstone signal to another building and trigger a Light that is on A Massive "Control Panel" Lights representing all the Vaults; Each Vault has 2 lights representing it A red one and a Green one, the red one signifies that the Vault is offline and the Green light signifies that the vault is active, another fact is that when the power level reaches 90% it sends a redstone signal to a piston that Replaces a block underneath the Beacon that ativates said beacon so the vault can be found again
I'm trying to build a program that does all of this with a different Variations of the voice and to do that I need to figure out how the peripherals++ Speaker API works