#How can I change speakers within a paragraph in Projects

1 messages · Page 1 of 1 (latest)

flat geyserBOT
#
AI-generated Answer for evazils_02177

Currently, changing speakers within a single paragraph in Projects is not natively supported. However, you can work around this by splitting the paragraph into smaller sections and assigning different voices to each section.

  1. Split the Paragraph:

    • Break the paragraph into smaller sections where you want the speaker to change.
  2. Assign Voices:

    • For each section, select the text and choose the desired voice settings.
  3. Verify:

    • Double-check that each section has the correct voice settings applied.

This method allows you to simulate multiple speakers within a single paragraph.

craggy patio
#

how do I split a paragraph into smaller sections

flat geyserBOT
#
AI-generated Answer for evazils_02177

To split a paragraph into smaller sections in Projects, follow these steps:

  1. Select the Text: Highlight the portion of the paragraph you want to split.
  2. Cut the Text: Use Ctrl+X to cut the selected text.
  3. Create a New Paragraph: Place the cursor where you want the new paragraph to start and press Enter to create a new paragraph.
  4. Paste the Text: Use Ctrl+V to paste the cut text into the new paragraph.

Repeat these steps as needed to split the paragraph into the desired number of sections.

craggy patio
#

How long will the pause be from one paragraph to the next?

flat geyserBOT
#
AI-generated Answer for evazils_02177

The AI can handle pauses of up to 3 seconds in length. If you want to introduce a pause between paragraphs, you can use the following syntax:

"First paragraph." <break time="1.0s" /> "Second paragraph."

Replace 1.0s with the desired length of the pause in seconds.

craggy patio
#

What is the default length of a pause generated by the AI

flat geyserBOT
#
AI-generated Answer for evazils_02177

The default length of a pause generated by the AI is not explicitly mentioned. However, you can control the length of pauses using the <break time="x.xs" /> syntax, where x.x is the duration in seconds. The AI can handle pauses of up to 3 seconds.

craggy patio
#

how and where do I add this syntax in the Projects web editor

flat geyserBOT
#
AI-generated Answer for evazils_02177

Currently, changing the voice and settings across multiple paragraphs in Projects is not natively or easily possible. However, you can follow these steps to adjust settings for a whole paragraph:

  1. No text:

    • If there's no existing text in the chapter, change the settings of the first empty paragraph.
    • Paste the text into the project on the empty paragraph with the correct settings.
  2. Updating Existing Text:

    • Select and delete all existing text in the project or cut it out using Ctrl+X.
    • Adjust the settings of the first empty paragraph to the settings you want.
    • Paste the text into the project on the empty paragraph with the correct settings.
    • If copying directly from the project, paste without metadata using Ctrl+Shift+V.
  3. Verification:

    • After pasting, double-check that all paragraphs have the intended voice and settings.

For more detailed instructions, you can visit the Projects Overview page.

craggy patio
#

where in the editor can I wrtie this code: <break time="x.xs" />