(self)
| 144 | return "".join([t[0] for t in combined_transcript]) |
| 145 | |
| 146 | def clear_transcript_data(self): |
| 147 | self.transcript_data["You"].clear() |
| 148 | self.transcript_data["Speaker"].clear() |
| 149 | |
| 150 | self.audio_sources["You"]["last_sample"] = bytes() |
| 151 | self.audio_sources["Speaker"]["last_sample"] = bytes() |
| 152 | |
| 153 | self.audio_sources["You"]["new_phrase"] = True |
| 154 | self.audio_sources["Speaker"]["new_phrase"] = True |