Skip to content

Commit

Permalink
Replacing audio-input plugins files to separate directories
Browse files Browse the repository at this point in the history
  • Loading branch information
this-Aditya committed Aug 20, 2024
1 parent 0565780 commit 8cfce48
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion commons/passive/audio/phone_audio_input.avsc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"namespace": "org.radarcns.passive.phone",
"namespace": "org.radarcns.passive.audio",
"type": "record",
"name": "PhoneAudioInput",
"doc": "Uncompressed high-quality audio data collected by the PhoneAudioInput plugin, making use of low-level classes that interact directly with hardware.",
Expand Down
8 changes: 0 additions & 8 deletions specifications/passive/android_phone-1.0.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,3 @@ data:
value_schema: .passive.phone.PhoneUserInteraction
sample_rate:
dynamic: true
# Phone Audio Input
- type: PHONE_AUDIO_INPUT
app_provider: .phone.PhoneAudioInputProvider
processing_state: RADAR
topic: android_phone_audio_input
value_schema: .passive.phone.PhoneAudioInput
sample_rate:
dynamic: true
13 changes: 13 additions & 0 deletions specifications/passive/android_phone_audio-1.0.0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#====================================== Android Phone Audio =======================================#
vendor: ANDROID
model: PHONE
version: 1.0.0
data:
# Phone Audio Input
- type: PHONE_AUDIO_INPUT
app_provider: .phone.PhoneAudioInputProvider
processing_state: RADAR
topic: android_phone_audio_input
value_schema: .passive.phone.PhoneAudioInput
sample_rate:
dynamic: true

0 comments on commit 8cfce48

Please sign in to comment.