erzeuge AudioClip von Byte []

8

Ich habe ein Problem. Ich benutze sqlite um Sounds zu speichern. Ich erhalte Ton in Byte []. Dann wandle Byte [] in float [] um:

%Vor%

Erstellen Sie dann AudioClip:

%Vor%

Und dann spielen Sie es

%Vor%

Aber das Ergebnis ist Rauschen :(.

    
Igor 18.04.2013, 08:40
quelle

1 Antwort

6

floatArr muss skaliert werden, damit es im Bereich von -1.0f bis 1.0f liegt.

%Vor%     
jaket 23.04.2013 23:17
quelle

Tags und Links