Skip to content

Commit

Permalink
all: run v fmt -w . in project root
Browse files Browse the repository at this point in the history
  • Loading branch information
larpon committed Oct 11, 2024
1 parent 9563867 commit b45ec77
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions miniaudio.auto.c.v
Original file line number Diff line number Diff line change
Expand Up @@ -4840,7 +4840,7 @@ pub enum IosSessionCategoryOption {
default_to_speaker = C.ma_ios_session_category_option_default_to_speaker // 0x08, AVAudioSessionCategoryOptionDefaultToSpeaker
interrupt_spoken_audio_and_mix_with_others = C.ma_ios_session_category_option_interrupt_spoken_audio_and_mix_with_others // 0x11, AVAudioSessionCategoryOptionInterruptSpokenAudioAndMixWithOthers
allow_bluetooth_a2dp = C.ma_ios_session_category_option_allow_bluetooth_a2dp // 0x20, AVAudioSessionCategoryOptionAllowBluetoothA2DP
allow_air_play = C.ma_ios_session_category_option_allow_air_play // 0x40, AVAudioSessionCategoryOptionAllowAirPlay
allow_air_play = C.ma_ios_session_category_option_allow_air_play // 0x40, AVAudioSessionCategoryOptionAllowAirPlay
}

// OpenslStreamType is C.ma_opensl_stream_type
Expand Down Expand Up @@ -4884,12 +4884,12 @@ pub enum AaudioUsage {
assistance_accessibility = C.ma_aaudio_usage_assistance_accessibility // AAUDIO_USAGE_ASSISTANCE_ACCESSIBILITY
assistance_navigation_guidance = C.ma_aaudio_usage_assistance_navigation_guidance // AAUDIO_USAGE_ASSISTANCE_NAVIGATION_GUIDANCE
assistance_sonification = C.ma_aaudio_usage_assistance_sonification // AAUDIO_USAGE_ASSISTANCE_SONIFICATION
game = C.ma_aaudio_usage_game // AAUDIO_USAGE_GAME
assitant = C.ma_aaudio_usage_assitant // AAUDIO_USAGE_ASSISTANT
emergency = C.ma_aaudio_usage_emergency // AAUDIO_SYSTEM_USAGE_EMERGENCY
safety = C.ma_aaudio_usage_safety // AAUDIO_SYSTEM_USAGE_SAFETY
vehicle_status = C.ma_aaudio_usage_vehicle_status // AAUDIO_SYSTEM_USAGE_VEHICLE_STATUS
announcement = C.ma_aaudio_usage_announcement // AAUDIO_SYSTEM_USAGE_ANNOUNCEMENT
game = C.ma_aaudio_usage_game // AAUDIO_USAGE_GAME
assitant = C.ma_aaudio_usage_assitant // AAUDIO_USAGE_ASSISTANT
emergency = C.ma_aaudio_usage_emergency // AAUDIO_SYSTEM_USAGE_EMERGENCY
safety = C.ma_aaudio_usage_safety // AAUDIO_SYSTEM_USAGE_SAFETY
vehicle_status = C.ma_aaudio_usage_vehicle_status // AAUDIO_SYSTEM_USAGE_VEHICLE_STATUS
announcement = C.ma_aaudio_usage_announcement // AAUDIO_SYSTEM_USAGE_ANNOUNCEMENT
}

// AaudioContentType is C.ma_aaudio_content_type
Expand Down

0 comments on commit b45ec77

Please sign in to comment.