Research Article

[Retracted] English Audio Language Retrieval Based on Adaptive Speech-Adjusting Algorithm

Algorithm 1

The structure of audio language inodes.
Struct indexNode
 {
 Word/words
 Weight//word weight
 Filename//text filename, a common prefix for text and speech
 Soundfile//audio file number
 Soundindex//offset in audio file
 SoundLength//the length of the data in the audio file
 Textfile//textfile number
 TextIndex//offset in the text file
 TextLength//the length of the data in the text file
 Next//next address
 }