Skip to content

Commit

Permalink
Set up Sarosh's generator
Browse files Browse the repository at this point in the history
  • Loading branch information
LuLaValva committed Apr 23, 2021
1 parent 9846124 commit bd10c79
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions tensorbeat/sarosh_gen.proto
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,14 @@ option go_package = "./proto;proto";
import "tensorbeat/common.proto";

message GenerateMusicRequest {
string yt_playlist_URL = 1;
repeated string notes = 1;
}

message GenerateMusicResponse {
bytes song = 1;
repeated string notes = 1;
}




service SaroshGenerator {

rpc GenerateMusic(GenerateMusicRequest) returns (GenerateMusicResponse);


}

0 comments on commit bd10c79

Please sign in to comment.