소스 검색

Update audio mixed processor (#4214)

* updated audio mixed processor

* remove float cast, better parenthesis
pull/4233/head
Anthony Carbajal 4 달 전
committed by GitHub
부모
커밋
4b84b5563e
No known key found for this signature in database GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      examples/audio/audio_mixed_processor.c

+ 1
- 1
examples/audio/audio_mixed_processor.c 파일 보기

@ -97,7 +97,7 @@ int main(void)
DrawRectangle(199, 199, 402, 34, LIGHTGRAY);
for (int i = 0; i < 400; i++)
{
DrawLine(201 + i, 232 - (kt">int)averageVolume[i] * 32, 201 + i, 232, MAROON);
DrawLine(201 + i, 232 - (averageVolume[i] * 32), 201 + i, 232, MAROON);
}
DrawRectangleLines(199, 199, 402, 34, GRAY);

불러오는 중...
취소
저장